Merge pull request #746 from swirlycheetah/patch-1

Fix spelling mistake
This commit is contained in:
Gregg Van Hove
2015-01-14 17:00:19 -08:00

View File

@@ -9,7 +9,7 @@ Please submit pull requests via feature branches using the semi-standard workflo
1. Fork it
1. Clone your fork: (`git clone git@github.com:yourUserName/jasmine.git`)
1. Change directory: (`cd jasmine`)
1. Asign original repository to a remote named 'upstream': (`git remote add
1. Assign original repository to a remote named 'upstream': (`git remote add
upstream https://github.com/jasmine/jasmine.git`)
1. Pull in changes not present in your local repository: (`git fetch upstream`)
1. Create your feature branch (`git checkout -b my-new-feature`)