Merge pull request #80 from vassudanagunta/master

fix typos
This commit is contained in:
Elias Zeitfogel 2016-03-04 17:00:03 +01:00
commit ab12d0a9d4
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ URL of a page is its own slug concatenated with the slug of each its parents.
The default slug is the ID of the page. So the page The default slug is the ID of the page. So the page
`content/foo/bar/contents.lr` has the default slug `bar`, its parent has the `content/foo/bar/contents.lr` has the default slug `bar`, its parent has the
default slug `foo`, and its default URL would be `/foo/bar/'. default slug `foo`, and its default URL would be `/foo/bar/`.
## Slug Customization ## Slug Customization
Slugs can be customized. The can even contain slashed (see below). There are Slugs can be customized. They can even contain slashes (see below). There are
three systems that control what the slug looks like: three systems that control what the slug looks like:
### Folder Name ### Folder Name