Skip to content

Commit fbad174

Browse files
committed
refactor: fixed typo
1 parent 3f7db41 commit fbad174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const routes = [
4444
{ path: '/base', exact: true, name: 'Base', component: Cards },
4545
{ path: '/base/cards', name: 'Cards', component: Cards },
4646
{ path: '/base/forms', name: 'Forms', component: Forms },
47-
{ path: '/base/switches', name: 'Swithces', component: Switches },
47+
{ path: '/base/switches', name: 'Switches', component: Switches },
4848
{ path: '/base/tables', name: 'Tables', component: Tables },
4949
{ path: '/base/tabs', name: 'Tabs', component: Tabs },
5050
{ path: '/base/breadcrumbs', name: 'Breadcrumbs', component: Breadcrumbs },

0 commit comments

Comments
 (0)