Skip to content

Commit 6fb848c

Browse files
authored
fix(docs): get rid of reference to @page
1 parent 7ddebdd commit 6fb848c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav/nav-push.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { noop } from '../../util/util';
2323
*
2424
* Where `pushPage` and `params` are specified in your component,
2525
* and `pushPage` contains a reference to a
26-
* [@Page component](../../../config/Page/):
26+
* component you would like to push:
2727
*
2828
* ```ts
2929
* import { LoginPage } from './login';

0 commit comments

Comments
 (0)