Skip to content

Commit 5629fd3

Browse files
docs(router): language in animation param
Co-authored-by: Brandy Smith <[email protected]>
1 parent a3788d9 commit 5629fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/router/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export class Router implements ComponentInterface {
124124
*
125125
* @param path The path to navigate to.
126126
* @param direction The direction of the animation. Defaults to `"forward"`.
127-
* @param animation The animation to play when navigating.
127+
* @param animation A custom animation to use for the transition.
128128
*/
129129
@Method()
130130
async push(path: string, direction: RouterDirection = 'forward', animation?: AnimationBuilder) {

0 commit comments

Comments
 (0)