Skip to content

Commit d350725

Browse files
committed
Fix TS Router plugin name
1 parent d464241 commit d350725

File tree

1 file changed

+1
-1
lines changed
  • packages/knip/src/plugins/tanstack-router

1 file changed

+1
-1
lines changed

packages/knip/src/plugins/tanstack-router/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { TanstackRouterConfig } from './types.js';
77

88
// https://tanstack.com/router/latest/docs/framework/react/routing/file-based-routing
99

10-
const title = 'tanstack-router';
10+
const title = 'TanStack Router';
1111

1212
const enablers = ['@tanstack/react-router', '@tanstack/router-plugin', '@tanstack/router-cli'];
1313

0 commit comments

Comments
 (0)