fixed typos (#17)

want you want --> what you want
This commit is contained in:
fusilli 2017-03-31 14:15:24 +02:00 committed by Michael Rose
parent 0af9f30b78
commit ba43dbee31
1 changed files with 2 additions and 2 deletions

View File

@ -508,13 +508,13 @@ To override the default [Sass](http://sass-lang.com/guide) (located in theme's
`bundle show jekyll-theme-basically-basic` to get the path to it).
- Copy the contents of `/assets/stylesheets/main.scss` from there to
`<your_project>`.
- Customize want you want inside `<your_project>/assets/stylesheets/main.scss`.
- Customize what you want inside `<your_project>/assets/stylesheets/main.scss`.
2. Copy from this repo.
- Copy the contents of [assets/stylesheets/main.scss](assets/stylesheets/main.scss)
to `<your_project>`.
- Customize want you want inside `<your_project/assets/stylesheets/main.scss`.
- Customize what you want inside `<your_project/assets/stylesheets/main.scss`.
**Note:** To make more extensive changes and customize the Sass partials bundled
in the gem. You will need to copy the complete contents the `_sass` directory to