diff --git a/website/docs/api/top-level.md b/website/docs/api/top-level.md
index f52c63f18..a37f24213 100644
--- a/website/docs/api/top-level.md
+++ b/website/docs/api/top-level.md
@@ -84,7 +84,7 @@ Create a blank pipeline of a given language class. This function is the twin of
| _keyword-only_ | |
| `vocab` 3 | Optional shared vocab to pass in on initialization. If `True` (default), a new `Vocab` object will be created. ~~Union[Vocab, bool]~~. |
| `config` 3 | Optional config overrides, either as nested dict or dict keyed by section value in dot notation, e.g. `"components.name.value"`. ~~Union[Dict[str, Any], Config]~~ |
-| `meta` 3 | Optional meta overrides for [`nlp.meta`](/api/language#meta). ~~Dict[str, Any]~~ |
+| `meta` 3 | Optional meta overrides for [`nlp.meta`](/api/language#meta). ~~Dict[str, Any]~~ |
| **RETURNS** | An empty `Language` object of the appropriate subclass. ~~Language~~ |
### spacy.info {#spacy.info tag="function"}