From 682a6232e3af6f01602b6a0c4802ac3e0ed4655a Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 2 Mar 2021 17:59:13 +0100 Subject: [PATCH] fix typo --- website/docs/api/architectures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/architectures.md b/website/docs/api/architectures.md index d8f0ce022..1739836ed 100644 --- a/website/docs/api/architectures.md +++ b/website/docs/api/architectures.md @@ -19,7 +19,7 @@ spaCy's built-in architectures that are used for different NLP tasks. All trainable [built-in components](/api#architecture-pipeline) expect a `model` argument defined in the config and document their the default architecture. Custom architectures can be registered using the -[`@spacy.registry.architectures`](/api/top-level#regsitry) decorator and used as +[`@spacy.registry.architectures`](/api/top-level#registry) decorator and used as part of the [training config](/usage/training#custom-functions). Also see the usage documentation on [layers and model architectures](/usage/layers-architectures).