Skip to content

Commit 40c4344

Browse files
fix typo in docs lazy.md (#329)
1 parent 9463c5d commit 40c4344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/lazy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function setI18nLanguage(i18n, locale) {
5656
}
5757

5858
export async function loadLocaleMessages(i18n, locale) {
59-
// load locale messages with dynami import
59+
// load locale messages with dynamic import
6060
const messages = await import(
6161
/* webpackChunkName: "locale-[request]" */ `./locales/${locale}.json`
6262
)

0 commit comments

Comments
 (0)