Skip to content

Commit

Permalink
Typos in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Fixing two typos in CONTRIBUTING.md

Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
asashour authored and lukeis committed Jun 3, 2015
1 parent 9036358 commit b02d299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ directly on top of master.

### Step 3: Commit

FIrst make sure git knows your name and email address:
First make sure git knows your name and email address:

```text
% git config --global user.name 'Santa Claus'
Expand Down Expand Up @@ -216,7 +216,7 @@ branch.

When code review is complete, a committer will take your PR and
integrate it on Selenium's master branch. Because we like to keep a
linear history on th master branch, we will normally squash and rebase
linear history on the master branch, we will normally squash and rebase
your branch history.

## Stages of an Issue or PR
Expand Down

0 comments on commit b02d299

Please sign in to comment.