From b70d89a6f4728a2df8190be335238514ce99059c Mon Sep 17 00:00:00 2001 From: Matt Ferderer Date: Thu, 29 Apr 2021 10:58:00 -0500 Subject: [PATCH] Update README.md Typo fix for "achieve" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a8478..bc30ce8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ It took me years to grasp how it works even though it’s only 140 lines of code I used it in my other projects (e.g. [ajv](https://github.com/epoberezkin/ajv)) as the smallest, the fastest and the most functional (all three!) templating engine ever made, that is particularly useful in all code generation scenarios where manipulating AST is an overkill. -It’s a race car of templating engines - doT lacks bells and whistles that other templating engines have, but it allows to achive more than any other, if you use it right (YMMV). +It’s a race car of templating engines - doT lacks bells and whistles that other templating engines have, but it allows to achieve more than any other, if you use it right (YMMV). ## Features