Skip to content

Commit 7c23f9a

Browse files
committed
fix(angular): update comment
1 parent ff2c9f7 commit 7c23f9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/angular/common/src/directives/navigation/stack-controller.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ export class StackController {
9191
* The user triggered a back navigation on a page that was navigated to with root. In this case, the new page
9292
* becomes the root and the leavingView is removed.
9393
*
94-
* This can happen when e.g.:
95-
* - using the NavController's navigateBack on a root page
96-
* - navigating to a page with navigateRoot and then using the browser back button
94+
* This can happen e.g. when navigating to a page with navigateRoot and then using the browser back button
9795
*/
9896
if (
9997
direction === 'back' &&

0 commit comments

Comments
 (0)