Skip to content

Commit 8c5086e

Browse files
authored
docs(types): remove extra space (vuejs#2347)
1 parent 2f48746 commit 8c5086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/types/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export interface _RouteRecordBase extends PathParserOptions {
254254
* interface RouteMeta {
255255
* requiresAuth?: boolean
256256
* }
257-
* }
257+
* }
258258
* ```
259259
*/
260260
export interface RouteMeta extends Record<string | number | symbol, unknown> {}

0 commit comments

Comments
 (0)