Skip to content

Commit 9ceb4e6

Browse files
Mistyped was mistyped (#7762)
1 parent da21fc5 commit 9ceb4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/mark.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Raising errors on unknown marks
7676

7777
Unregistered marks applied with the ``@pytest.mark.name_of_the_mark`` decorator
7878
will always emit a warning in order to avoid silently doing something
79-
surprising due to mis-typed names. As described in the previous section, you can disable
79+
surprising due to mistyped names. As described in the previous section, you can disable
8080
the warning for custom marks by registering them in your ``pytest.ini`` file or
8181
using a custom ``pytest_configure`` hook.
8282

0 commit comments

Comments
 (0)