Skip to content

Commit

Permalink
Fix typo: tha -> the
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jun 12, 2022
1 parent bab1b9a commit a184179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ def test_centos5_dist_release(self):
self._test_outcome(desired_outcome, 'centos', '5')
```

Where the name of the method is not indicative of the lookup folder but rather tha two last arguments in `_test_outcome`.
Where the name of the method is not indicative of the lookup folder but rather the two last arguments in `_test_outcome`.

A test case is mandatory under `TestOverall` for a PR to be complete.
A test case is mandatory under `TestOverall` for a PR to be complete.

0 comments on commit a184179

Please sign in to comment.