From 78f35d516a36a908f22db6eb387596f91fb09be7 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 5 Oct 2022 17:30:34 +0200 Subject: [PATCH] docs: fix typo --- docs/src/guide/utils/graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/utils/graph.md b/docs/src/guide/utils/graph.md index 38bce279..d39c07b2 100644 --- a/docs/src/guide/utils/graph.md +++ b/docs/src/guide/utils/graph.md @@ -104,7 +104,7 @@ const onConnect = (params) => { ## [updateEdge](/typedocs/functions/updateEdge) ::: warning -In the composition API you use access [`updateEdge`](/typedocs/types/UpdateEdge) +In the composition API you should use [`updateEdge`](/typedocs/types/UpdateEdge) of [`useVueFlow`](/guide/composables#usevueflow/) :::