From daa9bdd42a8f26095b0ce58f1c3af5683cb8e9c3 Mon Sep 17 00:00:00 2001 From: JafarFahimi Date: Mon, 21 Feb 2022 23:19:28 +0330 Subject: [PATCH] chore(docs) : Fix spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e31192e..56f45a3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ template-file.html -> {{> template_file}} See the [handlebars.js documentation](https://handlebarsjs.com/) for more information. -The way the file is renamed to a partial name can be adjusted by providing a `rename` option. The function will recieve the file path relative to the registered directory and without the file extension. If the returned value contains any whitespace, those characters are replaced with a corresponding underscore character. +The way the file is renamed to a partial name can be adjusted by providing a `rename` option. The function will receive the file path relative to the registered directory and without the file extension. If the returned value contains any whitespace, those characters are replaced with a corresponding underscore character. ```js var hbs = require('hbs')