We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd68ab4 commit 1d0c20cCopy full SHA for 1d0c20c
1 file changed
src/types.ts
@@ -244,7 +244,7 @@ export type DateHelpers = "date" | "now"
244
245
/**
246
* The names of all the available helper functions in templates.
247
- * Simple-Scaffold provides some built-in text transformation filters usable by handleBars.
+ * Simple-Scaffold provides some built-in text transformation filters usable by Handlebars.js.
248
*
249
* For example, you may use `{{ snakeCase name }}` inside a template file or filename, and it will
250
* replace `My Name` with `my_name` when producing the final value.
0 commit comments