Skip to content

Commit

Permalink
fix: migration doc typo (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
case-fastly authored Jan 22, 2025
1 parent d5efff1 commit ada613f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/1.getting-started/4.migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The new API is backed by SQL and content queries happens within a specific colle

### Types

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

### General

Expand Down

0 comments on commit ada613f

Please # to comment.