Merge pull request #370 from proinsias/patch-1

Minor typo fix
This commit is contained in:
Michael Rose 2016-06-21 12:49:55 -04:00 committed by GitHub
commit fcf3c40b4e

View File

@ -29,7 +29,7 @@ Now you can pull any commits made to theme's `master` branch with:
$ git pull upstream master
```
Depending on the amount of customizations you've made after forking, there's likely to be merge conflicts. Work through any conflicting files Git flags, stagging the changes you wish to keep, and then commit them.
Depending on the amount of customizations you've made after forking, there's likely to be merge conflicts. Work through any conflicting files Git flags, staging the changes you wish to keep, and then commit them.
## Update Files Manually
@ -44,4 +44,4 @@ Here's a quick checklist of the important folders/files you'll want to be mindfu
| `assets` | Replace all. Apply edits if you customized stylesheets or scripts. |
| `_data/navigation.yml` | Safe to keep. Verify that there were no major structural changes or additions. |
| `_data/ui-text.yml` | Safe to keep. Verify that there were no major structural changes or additions. |
| `_config.yml` | Safe to keep. Verify that there were no major structural changes or additions. |
| `_config.yml` | Safe to keep. Verify that there were no major structural changes or additions. |