From 2ee3c56d9340df57516ec1214a930114ee6a6405 Mon Sep 17 00:00:00 2001 From: Kai Mueller Date: Sun, 4 Sep 2022 15:33:18 +0000 Subject: [PATCH] Fix typo casae->case --- docs/source/plugin-development/registering-plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/plugin-development/registering-plugins.rst b/docs/source/plugin-development/registering-plugins.rst index 065bdd8..63e279e 100644 --- a/docs/source/plugin-development/registering-plugins.rst +++ b/docs/source/plugin-development/registering-plugins.rst @@ -120,7 +120,7 @@ it would look like:: X10 = flake8_example:ExamplePlugin -In this casae as well as the following case, your entry-point name acts as +In this case as well as the following case, your entry-point name acts as a prefix to the error codes produced by your plugin. If all of your plugin's error codes start with ``X1`` then it would look