Skip to content

Commit 08b247c

Browse files
akshitsarinjeromesimeon
authored andcommitted
Fixed 2 typos in CONTRIBUTING.md
Signed-off-by: Akshit Sarin <[email protected]> • 'fast-fowarding' to 'fast-forwarding' • 'seperate' to 'separate'
1 parent 3ad447a commit 08b247c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Before you submit your pull request consider the following guidelines:
110110

111111
Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files.
112112

113-
* Before creating the Pull Request, ensure your branch sits on top of master (as opposed to branch off a branch). This ensures the reviewer will need only minimal effort to integrate your work by fast-fowarding master:
113+
* Before creating the Pull Request, ensure your branch sits on top of master (as opposed to branch off a branch). This ensures the reviewer will need only minimal effort to integrate your work by fast-forwarding master:
114114

115115
```text
116116
git rebase upstream/master
@@ -143,7 +143,7 @@ Before you submit your pull request consider the following guidelines:
143143
git push origin name-issue-tracker-short-description -f
144144
```
145145
146-
This is generally easier to follow, but seperate commits are useful if the Pull Request contains iterations that might be interesting to see side-by-side.
146+
This is generally easier to follow, but separate commits are useful if the Pull Request contains iterations that might be interesting to see side-by-side.
147147
148148
That's it! Thank you for your contribution!
149149
@@ -213,4 +213,4 @@ Accord Project documentation files are made available under the [Creative Common
213213

214214
[dcohow]: https://github.com/probot/dco#how-it-works
215215
[apache]: https://github.com/accordproject/markdown-transform/blob/master/LICENSE
216-
[creativecommons]: http://creativecommons.org/licenses/by/4.0/
216+
[creativecommons]: http://creativecommons.org/licenses/by/4.0/

0 commit comments

Comments
 (0)