We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9036358 commit b02d299Copy full SHA for b02d299
CONTRIBUTING.md
@@ -128,7 +128,7 @@ directly on top of master.
128
129
### Step 3: Commit
130
131
-FIrst make sure git knows your name and email address:
+First make sure git knows your name and email address:
132
133
```text
134
% git config --global user.name 'Santa Claus'
@@ -216,7 +216,7 @@ branch.
216
217
When code review is complete, a committer will take your PR and
218
integrate it on Selenium's master branch. Because we like to keep a
219
-linear history on th master branch, we will normally squash and rebase
+linear history on the master branch, we will normally squash and rebase
220
your branch history.
221
222
## Stages of an Issue or PR
0 commit comments