This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 72c299f6 authored by Michael Breu's avatar Michael Breu
Browse files

Just spelling

parent 51a64264
Branches
2 merge requests!132Bringing July Release to production,!128Fixing #315 and #319
......@@ -38,7 +38,7 @@ import { UserRouteAccessService } from 'app/core/auth/user-route-access.service'
exerciseRoutes,
{
path: 'bookmarks',
loadChildren: () => import('app/bookmarks/bookmarks.module').then(m => m.BookmarskModule),
loadChildren: () => import('app/bookmarks/bookmarks.module').then(m => m.BookmarksModule),
},
{
path: 'datapolicy',
......
......@@ -14,4 +14,4 @@ import { bookmarksRoute } from './bookmarks.route';
declarations: [BookmarkComponent, UserWatchListUpdateComponent, BookmarksDeleteDialogComponent],
entryComponents: [BookmarksDeleteDialogComponent],
})
export class BookmarskModule {}
export class BookmarksModule {}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment