Skip to content

Commit 1f737ec

Browse files
committed
docs(migration): fix typo
1 parent 6f98de8 commit 1f737ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/blog/ui-pro-docs-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ All `_dir.yml` files become `.navigation.yml`
219219

220220
### 8. Migrate Studio activation
221221

222-
Since the [studio module](https://nuxtlabs/studio-module) has been deprecated and a new generic `Preview API` has been implemented directly into Nuxt Content, we can remove the `@nuxthq/studio` package from our dependancies and from the `nuxt.config.ts` modules.
222+
Since the [studio module](https://nuxtlabs/studio-module) has been deprecated and a new generic `Preview API` has been implemented directly into Nuxt Content, we can remove the `@nuxthq/studio` package from our dependencies and from the `nuxt.config.ts` modules.
223223

224224
Instead we just need to enable the preview mode in the Nuxt configuration file by binding the Studio API.
225225

docs/content/docs/1.getting-started/4.migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The new API is backed by SQL and content queries happens within a specific colle
4848

4949
### Nuxt Studio integration
5050

51-
- The [studio module](https://nuxtlabs/studio-module) has been deprecated and a new generic `Preview API` has been implemented directly into Nuxt Content, you can remove the `@nuxthq/studio` package from your dependancies and from the `nuxt.config.ts` modules. Instead we just need to enable the preview mode in the Nuxt configuration file by binding the Studio API.
51+
- The [studio module](https://nuxtlabs/studio-module) has been deprecated and a new generic `Preview API` has been implemented directly into Nuxt Content, you can remove the `@nuxthq/studio` package from your dependencies and from the `nuxt.config.ts` modules. Instead we just need to enable the preview mode in the Nuxt configuration file by binding the Studio API.
5252

5353
```ts [nuxt.config.ts]
5454
export default defineNuxtConfig({

0 commit comments

Comments
 (0)