Fix typo in page.md doc

Fixed typo from 'ad' to 'at'.
This commit is contained in:
Nikita Puzankov 2018-07-27 19:39:17 +04:00 committed by GitHub
parent 056568dc61
commit dc76e8c9a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ named `_index.md`.
If a file ending with `.md` is named `index.md`, then it will generate a page
with the name of the containing folder (for example, `/content/about/index.md` would
create a page at `[base_url]/about`). (Note the lack of an underscore; if the file
were named `_index.md`, then it would create a **section** ad `[base_url]/about`, as
were named `_index.md`, then it would create a **section** at `[base_url]/about`, as
discussed in the prior part of this documentation. But naming the file `index.md` will
create a **page** at `[base_url]/about`).