Skip to content

Commit b239cb6

Browse files
authored
Fix a few typos.
1 parent bf9f5d1 commit b239cb6

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
@@ -9,12 +9,12 @@ Please note we have a code of conduct, please follow it in all your interactions
99

1010
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1111
build.
12-
2. This project uses flake8 to conform with common Python standards. Makse sure
12+
2. This project uses flake8 to conform with common Python standards. Make sure
1313
to run your code through linter using latest version of flake8, before pull request.
1414
3. Bad documnentation is a Bug. If your change demands documentation update, please do so. If you
1515
find an issue with documentation, take the time to improve or fix it.
16-
4. pytest is used for automated testing. Please make sure to update tests are needed, and to run
17-
`make test`, before submitting your pull request. This should prevent issues with TravisCI and
16+
4. pytest is used for automated testing. Please make sure to update tests that are needed, and to run
17+
`make test` before submitting your pull request. This should prevent issues with TravisCI and
1818
make the review and merging process easier and faster.
1919
5. Update the README.md with details of changes to the interface, this includes new environment
2020
variables, exposed ports, useful file locations and container parameters.

0 commit comments

Comments
 (0)