Skip to content

Commit ada613f

Browse files
authored
fix: migration doc typo (#3017)
1 parent d5efff1 commit ada613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The new API is backed by SQL and content queries happens within a specific colle
3737

3838
### Types
3939

40-
- `import type { NavItem } from '@nuxt/content/dist/runtime/types'` is remplaced with `import type { ContentNavigationItem } from '@nuxt/content'`
40+
- `import type { NavItem } from '@nuxt/content/dist/runtime/types'` is replaced with `import type { ContentNavigationItem } from '@nuxt/content'`
4141

4242
### General
4343

0 commit comments

Comments
 (0)