From 399cd19472ffdbaaea44d6d4b8a2cbedf6e0eb09 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sat, 24 Jun 2017 11:29:59 -0400 Subject: [PATCH] Fix typo --- docs/_docs/02-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/02-structure.md b/docs/_docs/02-structure.md index 26e4d5e9..141f39fa 100644 --- a/docs/_docs/02-structure.md +++ b/docs/_docs/02-structure.md @@ -13,7 +13,7 @@ Nothing clever here :wink:. Layouts, data files, and includes are all placed in ```bash minimal-mistakes ├── _data # data files for customizing the theme -| ├── navigations.yml # main navigation links +| ├── navigation.yml # main navigation links | └── ui-text.yml # text used throughout the theme's UI ├── _includes | ├── analytics-providers # snippets for analytics (Google and custom) @@ -51,4 +51,4 @@ minimal-mistakes ├── Gemfile # gem file dependencies ├── index.html # paginated home page showing recent posts └── package.json # NPM build scripts -``` \ No newline at end of file +```