From 705e1cb06c1f1d5298e9a41b3f1bfb01376f3001 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 18 Aug 2020 12:04:05 +0200 Subject: [PATCH] typo in link --- website/docs/api/corpus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/corpus.md b/website/docs/api/corpus.md index 3631e201e..8c530ab6d 100644 --- a/website/docs/api/corpus.md +++ b/website/docs/api/corpus.md @@ -17,7 +17,7 @@ customize the data loading during training, you can register your own or evaluation data. It takes the same arguments as the `Corpus` class and returns a callable that yields [`Example`](/api/example) objects. You can replace it with your own registered function in the -[`@readers` registry](/api/top-level#regsitry) to customize the data loading and +[`@readers` registry](/api/top-level#registry) to customize the data loading and streaming. > #### Example config