diff options
author | Edward Betts <edward@4angle.com> | 2018-01-19 09:16:02 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-19 15:53:00 +0200 |
commit | bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d (patch) | |
tree | 4e1f8f97472a765f0a5d6b9213b9f7891c18bc1b /docs/markdown | |
parent | a941ba219c57b49cc81338a4ff1f31e9d5cd7ee9 (diff) | |
download | meson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.zip meson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.tar.gz meson-bdfcecd2c6337cc9ebc3256abadafe0d47b90a8d.tar.bz2 |
Correct spelling mistakes.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index 169bf4c..293b629 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -20,7 +20,7 @@ test run before they are even considered for submission. ## Tests -All new features must come with automatic tests that throughly prove +All new features must come with automatic tests that thoroughly prove that the feature is working as expected. Similarly bug fixes must come with a unit test that demonstrates the bug, proves that it has been fixed and prevents the feature from breaking in the future. |