From 4ccfea30d4fa6ea392a98bf5115100585640e0a7 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 26 Jul 2023 14:51:40 +0200 Subject: [PATCH] fix typo --- website/docs/api/top-level.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/top-level.mdx b/website/docs/api/top-level.mdx index dcbec6a75..4f9bc3685 100644 --- a/website/docs/api/top-level.mdx +++ b/website/docs/api/top-level.mdx @@ -343,7 +343,7 @@ use with the `manual=True` argument in `displacy.render`. ### Visualizer data structures {id="displacy_structures"} You can use displaCy's data format to manually render data. This can be useful -if you want to visualize output from other libaries. You can find examples of +if you want to visualize output from other libraries. You can find examples of displaCy's different data formats below. > #### DEP example data structure