From a0385b7ed6fe8bb63d8d69df5441e03a2bb49185 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Thu, 5 Dec 2019 19:30:03 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bcecb2..b706925 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ http.createServer(function (req, res) { Callback (Error err, Any CompiledTemplate) This function is used to compile a template. Usually you will not use it - directly but when doing wierd things, this might work for you. Does not + directly but when doing weird things, this might work for you. Does not use the internal cache when called multiple times, though it does add the compiled form to the cache.