From 950d08559ab4a2605bff1b159399ac9573a836d2 Mon Sep 17 00:00:00 2001 From: Lautaro Pereyra Date: Wed, 13 Oct 2021 05:56:59 -0300 Subject: [PATCH] docs: correct spelling of old typescript module name (#871) --- docs/content/1.getting-started/3.bridge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/1.getting-started/3.bridge.md b/docs/content/1.getting-started/3.bridge.md index 7fc62e7b20..94ae6c5bbf 100644 --- a/docs/content/1.getting-started/3.bridge.md +++ b/docs/content/1.getting-started/3.bridge.md @@ -103,8 +103,8 @@ Avoid the usage of `__dirname` and `__filename` as much as possible. - Remove `@nuxt/content` (1.x). A rewrite for nuxt 3 is planned (2.x) - Remove `nuxt-vite`: Bridge enables same functionality -- Remove `@nuxtjs/typescript-build`: Bridge enables same functionality -- Remove `@nuxtjs/typescript-runtime` and `nuxt-ts`: Nuxt 2 has built-in runtime support +- Remove `@nuxt/typescript-build`: Bridge enables same functionality +- Remove `@nuxt/typescript-runtime` and `nuxt-ts`: Nuxt 2 has built-in runtime support - Remove `@nuxt/nitro`: Bridge injects same functionality - Remove `@nuxtjs/composition-api`: Bridge provides a Nuxt 3 compatible composition-api layer and help to remove dependency