From 91e3c89e8fdba8f6ace874c01c06dd8326da0f14 Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Thu, 24 Dec 2020 16:32:44 +0100 Subject: [PATCH] Fix typo --- src/data/sdf2d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/sdf2d.ts b/src/data/sdf2d.ts index f5300a8..d2449b5 100644 --- a/src/data/sdf2d.ts +++ b/src/data/sdf2d.ts @@ -16,7 +16,7 @@ export const sdf2dTimelineElement = { description: ` I created the SDF-2D library for efficiently rendering 2D scenes using ray tracing. My solution relies on signed distance fields (SDF-s), it supports both WebGL and WebGL2, - and is an easily reusable and extendible NPM package. + and is an easily reusable and extensible NPM package. `, more: [ `