Skip to content

Commit 3659727

Browse files
Fixed some typos in CONTRIBUTORS.md (#948)
1 parent 4348020 commit 3659727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/CONTRIBUTORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you've already contributed to other open source projects, contributing to the
1010
Getting and maintaining a local copy of the source code
1111
-------------------------------------------------------
1212

13-
There are lots of different ways to use git, and it's so easy to get into a messy state that [there's a comic about it](https://xkcd.com/1597/). So... if you get stuck, remember, even experieneced programmers somtimes just delete their trees and copy over the stuff they want manually.
13+
There are lots of different ways to use git, and it's so easy to get into a messy state that [there's a comic about it](https://xkcd.com/1597/). So... if you get stuck, remember, even experienced programmers sometimes just delete their trees and copy over the stuff they want manually.
1414

1515
If you're planning to contribute, first you'll want to [get a local copy of the source code (also known as "cloning the repository")](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
1616

@@ -32,10 +32,10 @@ To make a fork on github, read the instructions at [Fork a repo](https://help.gi
3232

3333

3434
## Style Guide for cve-bin-tool
35-
This list contains all the style guide that one must follow while contributing so that code is consistent and maintaiable.
35+
This list contains all the style guide that one must follow while contributing so that code is consistent and maintainable.
3636

3737
### String Formatting
38-
Python provide many different ways to format the string(you can read about them [here](https://realpython.com/python-formatted-output/))and we use f-string formatting in our tool.
38+
Python provides many different ways to format the string(you can read about them [here](https://realpython.com/python-formatted-output/))and we use f-string formatting in our tool.
3939

4040
**Note: As f-strings are only supported in python 3.6+. Please make sure you have version >=3.6**
4141

0 commit comments

Comments
 (0)