We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da21fc5 commit 9ceb4e6Copy full SHA for 9ceb4e6
doc/en/mark.rst
@@ -76,7 +76,7 @@ Raising errors on unknown marks
76
77
Unregistered marks applied with the ``@pytest.mark.name_of_the_mark`` decorator
78
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
+surprising due to mistyped names. As described in the previous section, you can disable
80
the warning for custom marks by registering them in your ``pytest.ini`` file or
81
using a custom ``pytest_configure`` hook.
82
0 commit comments