Skip to content

Commit

Permalink
docs: commentary correction for i18n app folder (#47226)
Browse files Browse the repository at this point in the history
Simple correction of a word in the comments
  • Loading branch information
franktronics authored Mar 17, 2023
1 parent c753409 commit 8dabe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/app-dir-i18n-routing/get-dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'server-only'
import type { Locale } from './i18n-config'

// We enumerate all dictionaries here for better linting and typescript support
// We also get the defalt import for cleaner types
// We also get the default import for cleaner types
const dictionaries = {
en: () => import('./dictionaries/en.json').then((module) => module.default),
de: () => import('./dictionaries/de.json').then((module) => module.default),
Expand Down

0 comments on commit 8dabe4f

Please sign in to comment.