From 6c3cff8905c77e1e8e504a08971b982bd129bcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Rodr=C3=ADguez=20Borines?= Date: Thu, 9 Nov 2023 18:16:32 +0100 Subject: [PATCH] docs(guide): fix typo in node-extent vue-flow property --- docs/src/guide/vue-flow/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/vue-flow/config.md b/docs/src/guide/vue-flow/config.md index 3b2b2fd8..2299d567 100644 --- a/docs/src/guide/vue-flow/config.md +++ b/docs/src/guide/vue-flow/config.md @@ -571,7 +571,7 @@ const elements = ref([ ``` -### nodes-extent (optional) +### node-extent (optional) - Type: [`CoordinateExtent`](/typedocs/types/CoordinateExtent)