From 20faa883fb2f549c3bdb5afa976b479058d3540d Mon Sep 17 00:00:00 2001 From: Chris Wheatley Date: Wed, 14 Jan 2015 22:15:49 +0000 Subject: [PATCH] fix spelling mistake --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f84e179e..4e3fc9baa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`)