Skip to content

Commit

Permalink
docs(modal): Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienmoulia committed Jan 25, 2024
1 parent b5d5feb commit f4de943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/components/modal/modal.routes.ts
Expand Up @@ -68,7 +68,7 @@ export const ROUTES: Routes = [
path: '',
component: ComponentWrapper,
data: {
name: 'Dropdown',
name: 'Modal',
bootstrap: 'https://getbootstrap.com/docs/%version%/components/modal/',
},
children: [
Expand Down

0 comments on commit f4de943

Please sign in to comment.