Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in '*.jsom' #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/plugins/handlebars.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Whenever to use ext-name in partial path like this `"path/to/partial.hbs`
- **Type:** `string`
- **Default:** `['src/data/**/*.json']`

Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.jsom`.
Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.json`.

### globals
- **Type:** `Object`
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/latte.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Object of named tags to use. Only a string providing path to `.php` file is poss
- **Type:** `string`
- **Default:** `['src/data/**/*.json']`

Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.jsom`.
Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.json`.

### globals
- **Type:** `Object`
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/liquid.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Array of functions that extend LiquidJS with custom tag, see LiquidJS [docs](htt
- **Type:** `string | string[]`
- **Default:** `''`

Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.jsom`.
Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.json`.

### globals
- **Type:** `Object`
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/nunjucks.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Object of named extensions to use, see Nunjucks [docs](https://mozilla.github.io
- **Type:** `string`
- **Default:** `['src/data/**/*.json']`

Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.jsom`.
Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.json`.

### globals
- **Type:** `Object`
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/pug.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Object of named filter functions to use, see Pug [docs](https://pugjs.org/langua
- **Type:** `string`
- **Default:** `['src/data/**/*.json']`

Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.jsom`.
Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.json`.

### globals
- **Type:** `Object`
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/twig.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Object defining namespaces, see TwigJS [wiki](https://github.com/twigjs/twig.js/
- **Type:** `string`
- **Default:** `['src/data/**/*.json']`

Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.jsom`.
Path to additional data provided with json file. Can be a file, or a glob like this `/path/to/*.json`.

### globals
- **Type:** `Object`
Expand Down