From ca3ae638e3474f1603163e83e6321caca554d41f Mon Sep 17 00:00:00 2001 From: Roman Diachenko Date: Mon, 30 Sep 2024 13:03:23 +0000 Subject: [PATCH] fix: typo in '*.jsom' --- docs/plugins/handlebars.md | 2 +- docs/plugins/latte.md | 2 +- docs/plugins/liquid.md | 2 +- docs/plugins/nunjucks.md | 2 +- docs/plugins/pug.md | 2 +- docs/plugins/twig.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/plugins/handlebars.md b/docs/plugins/handlebars.md index 3453a79..2be62c1 100644 --- a/docs/plugins/handlebars.md +++ b/docs/plugins/handlebars.md @@ -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` diff --git a/docs/plugins/latte.md b/docs/plugins/latte.md index 84466c2..721a3b3 100644 --- a/docs/plugins/latte.md +++ b/docs/plugins/latte.md @@ -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` diff --git a/docs/plugins/liquid.md b/docs/plugins/liquid.md index 8b4228c..1d19126 100644 --- a/docs/plugins/liquid.md +++ b/docs/plugins/liquid.md @@ -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` diff --git a/docs/plugins/nunjucks.md b/docs/plugins/nunjucks.md index db405f0..2ccb1c0 100644 --- a/docs/plugins/nunjucks.md +++ b/docs/plugins/nunjucks.md @@ -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` diff --git a/docs/plugins/pug.md b/docs/plugins/pug.md index d6414ee..b681057 100644 --- a/docs/plugins/pug.md +++ b/docs/plugins/pug.md @@ -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` diff --git a/docs/plugins/twig.md b/docs/plugins/twig.md index 180b8f2..d1898c5 100644 --- a/docs/plugins/twig.md +++ b/docs/plugins/twig.md @@ -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`