From 821688e68f10f4eaf68c3964e6207c73e08213d8 Mon Sep 17 00:00:00 2001 From: farisachugthai Date: Wed, 16 Sep 2020 03:34:50 -0400 Subject: [PATCH] Mistyped was mistyped --- doc/en/mark.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/mark.rst b/doc/en/mark.rst index 1cdd1b8e6c4..7370342a965 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -76,7 +76,7 @@ Raising errors on unknown marks Unregistered marks applied with the ``@pytest.mark.name_of_the_mark`` decorator will always emit a warning in order to avoid silently doing something -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 the warning for custom marks by registering them in your ``pytest.ini`` file or using a custom ``pytest_configure`` hook.