diff --git a/docs/permalinks.md b/docs/permalinks.md index 4409a0c..ee65dd6 100644 --- a/docs/permalinks.md +++ b/docs/permalinks.md @@ -2,7 +2,7 @@ title: Permalinks --- -Permalinks control how Reptar write your files to desk. This ultimately dictates the layout of your site and how it will be acessible to all readers. +Permalinks control how Reptar write your files to disk. This ultimately dictates the layout of your site and how it will be acessible to all readers. Permalinks can be either set directly in a [File](/docs/file)'s frontmatter via the `permalink` key, or it can be set as a default value in `reptar.config.js` (for more about [default values consult the section in the File documentation page](/docs/file)). @@ -48,4 +48,4 @@ date: 2017-04-01 --- ``` -Reptar would build a url like this: `2017/04/01/reptar-crunch-cereal`. \ No newline at end of file +Reptar would build a url like this: `2017/04/01/reptar-crunch-cereal`.