Merge pull request #141 from lektor/niijv-patch-3

Fix typo
This commit is contained in:
David Baumgold 2017-02-20 21:01:26 -05:00 committed by GitHub
commit da0af1be03
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ _model: doc-pages
_hidden: yes
```
This will set up our index model and our doc-pages model for the `docs/`
This will set up our index model and our doc-pages model for the `doc/`
folder. The latter is also set to `_hidden` which will make Lektor prevent
the generation of those files: they are invisible. So we need to find other
ways to render them.