From 9c4e84d4a1b14d1acde434040418ad383cda8bd7 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Sat, 11 Sep 2021 14:22:05 +0900 Subject: [PATCH] Minor typo fix in docs --- website/docs/usage/processing-pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/processing-pipelines.md b/website/docs/usage/processing-pipelines.md index 0109f24c9..0264a2825 100644 --- a/website/docs/usage/processing-pipelines.md +++ b/website/docs/usage/processing-pipelines.md @@ -795,7 +795,7 @@ if there's no state to be passed through – spaCy can just take care of this fo you. The following two code examples are equivalent: ```python -# Statless component with @Language.factory +# Stateless component with @Language.factory @Language.factory("my_component") def create_my_component(): def my_component(doc):