Skip to content

Commit 0dc6195

Browse files
Update how-to-contribute.md
1 parent 55880b1 commit 0dc6195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ raise_error( statement_level = statement-level
7979

8080
The `execute_check` method can be redefined when the check searches for an issue in a non-default statement type. The default types are defined in the `y_check_base`->`execute_check`.
8181

82-
### How to Create the Unit Test
82+
### How to Create a Unit-Test
8383

8484
Create a local test class under the global test class created above. It should inherit and implement the abstract methods from the `y_unit_test_base` class.
8585
We will use the `y_check_prefer_is_not` check as an example.

0 commit comments

Comments
 (0)