Skip to content

Commit 1d0c20c

Browse files
authored
docs: fix typo
1 parent cd68ab4 commit 1d0c20c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export type DateHelpers = "date" | "now"
244244

245245
/**
246246
* The names of all the available helper functions in templates.
247-
* Simple-Scaffold provides some built-in text transformation filters usable by handleBars.
247+
* Simple-Scaffold provides some built-in text transformation filters usable by Handlebars.js.
248248
*
249249
* For example, you may use `{{ snakeCase name }}` inside a template file or filename, and it will
250250
* replace `My Name` with `my_name` when producing the final value.

0 commit comments

Comments
 (0)