Skip to content

Commit

Permalink
fix(daffio): Docss -> Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 committed Jun 5, 2024
1 parent 9ea1bf6 commit d04d3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/daffio/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const appRoutes: Routes = [
{
path: '',
children: [
{ path: 'docs', loadChildren: () => import('./docs/docs.module').then(m => m.DaffioDocssModule) },
{ path: 'docs', loadChildren: () => import('./docs/docs.module').then(m => m.DaffioDocsModule) },
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion apps/daffio/src/app/docs/docs.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ import { DaffioDocsPageComponent } from './pages/docs-page/docs-page.component';
DaffioDocsPageComponent,
],
})
export class DaffioDocssModule {}
export class DaffioDocsModule {}

0 comments on commit d04d3ad

Please sign in to comment.