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`