Skip to content

Commit

Permalink
fix: typo in JSDocs (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoersamu committed Feb 23, 2023
1 parent 9a2a7b8 commit 8ff1a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export interface I18nRoute {
/**
* Define custom route for page component
*
* @param route - The custou route
* @param route - The custom route
*/
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export function defineI18nRoute(route: I18nRoute | false): void {
Expand Down

0 comments on commit 8ff1a39

Please sign in to comment.