diff options
Diffstat (limited to 'docs/themes/README.md')
-rw-r--r-- | docs/themes/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/themes/README.md b/docs/themes/README.md index a0b138e..d6ab680 100644 --- a/docs/themes/README.md +++ b/docs/themes/README.md @@ -12,7 +12,7 @@ A theme is a plugin containing templates and assets. Overriding any individual t | -------- | ----------- | | `_layouts` | Main folder containing all the templates | | `_layouts/website/page.html` | Template for a normal page | -| `_layouts/ebook/page.html` | Template for a normal page during ebook generation (PDF< ePub, Mobi) | +| `_layouts/ebook/page.html` | Template for a normal page during ebook generation (PDF, ePub, Mobi) | ### Extend/Customize theme in a book |