10000 Fix typos in 'Optimizing unit testing' · crazygoodcode/libgit2sharp@edbf801 · GitHub
[go: up one dir, main page]

Skip to content

Commit edbf801

Browse files
authored
Fix typos in 'Optimizing unit testing'
"Insure" relates to having insurance. "ensure" means "to make sure of" "One-thousand" shouldn't be hyphenated. It should only be hyphenated in the case of a compound modifier on the word "thousand" as in "forty-five thousand".
1 parent 0e1aed5 commit edbf801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ More thorough information available in the [wiki][wiki].
5353
[wiki]: https://github.com/libgit2/libgit2sharp/wiki
5454

5555
## Optimizing unit testing
56-
LibGit2Sharp strives to have comprehensive and robust unit test suite to insure the quality of the software and to assist new contributors and users who can use the tests as sample to jump start development. There are over one-thousand unit-tests for LibGit2Sharp, this number will only grow as functionality is added.
56+
LibGit2Sharp strives to have comprehensive and robust unit test suite to ensure the quality of the software and to assist new contributors and users who can use the tests as sample to jump start development. There are over one thousand unit-tests for LibGit2Sharp, this number will only grow as functionality is added.
5757

5858
You can do a few things to optimize running unit-tests on Windows:
5959

0 commit comments

Comments
 (0)
0