fix small typos (#6698)

This commit is contained in:
Sofie Van Landeghem 2021-01-08 09:39:47 +01:00 committed by svlandeg
parent bf6992c2dd
commit e5394cd91d
2 changed files with 3 additions and 3 deletions

View File

@ -742,7 +742,7 @@ def create_instances(max_length: int) -> Callable[[Doc], List[Tuple[Span, Span]]
return get_candidates
```
This function in added to the [`@misc` registry](/api/top-level#registry) so we
This function is added to the [`@misc` registry](/api/top-level#registry) so we
can refer to it from the config, and easily swap it out for any other candidate
generation function.