Skip to content

Commit

Permalink
Merge pull request #746 from swirlycheetah/patch-1
Browse files Browse the repository at this point in the history
Fix spelling mistake
  • Loading branch information
Gregg Van Hove committed Jan 15, 2015
2 parents 3bba1ea + 20faa88 commit e5feba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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`)
Expand Down

0 comments on commit e5feba9

Please sign in to comment.