Skip to content

Commit

Permalink
chore: fix module augmentation example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Jul 18, 2024
1 parent e9ab3e0 commit 19cf99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-base/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type StringConvertable<T> = ExtractToStringKey<T> extends never
* ```ts
* // generated-i18n-types.d.ts (`.d.ts` file at your app)
*
* declare module '@intlify/core' {
* declare module '@intlify/core-base' {
* interface GeneratedTypeConfig {
* locale: "en" | "ja"
* }
Expand Down

0 comments on commit 19cf99f

Please sign in to comment.