Skip to content
This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Commit 94db0fb

Browse files
committed
improve doc, fix routing pdfpage
1 parent 18a572c commit 94db0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/doc/doc-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const docRoutes: Routes = [
2020
{path: 'pdfjscommand', component: PdfjsCommandComponent},
2121
{path: 'pdfjscontrol', component: PdfjsControlComponent},
2222
{path: 'pdfjsgroupcontrol', component: PdfjsGroupControlComponent},
23-
{path: 'pdfjspage', component: PdfPageComponent},
23+
{path: 'pdfpage', component: PdfPageComponent},
2424

2525
{path: 'thumbnaildragmode', component: ThumbnailDragModeComponent},
2626
{path: 'thumbnaillayout', component: ThumbnailLayoutComponent},

0 commit comments

Comments
 (0)