From 617a65a691ec6cddd105b2ac22ca49dc4d979fda Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 9 Dec 2021 09:54:37 -0500 Subject: [PATCH] docs: fix typo (#2323) --- docs/content/1.getting-started/4.bridge-composition-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/4.bridge-composition-api.md b/docs/content/1.getting-started/4.bridge-composition-api.md index 72f4c374d0..b93275f405 100644 --- a/docs/content/1.getting-started/4.bridge-composition-api.md +++ b/docs/content/1.getting-started/4.bridge-composition-api.md @@ -70,7 +70,7 @@ This was a type-helper stub function that is now removed. You may also keep using Nuxt 2-style plugins, by simply removing the function (as with [defineNuxtMiddleware](#definenuxtmiddleware)). -Simply remove the `defineNuxtMiddleware` wrapper: +Simply remove the `defineNuxtPlugin` wrapper: ```diff - import { defineNuxtPlugin } from '@nuxtjs/composition-api`