From 696be833dcdae0fffef6de493cec00767aef094f Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Thu, 5 Sep 2019 23:46:30 +0700 Subject: [PATCH] docs(nav): terminology tweaks (#18970) --- core/src/components/nav-push/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/components/nav-push/readme.md b/core/src/components/nav-push/readme.md index f42d935736..7fc7ad2464 100644 --- a/core/src/components/nav-push/readme.md +++ b/core/src/components/nav-push/readme.md @@ -1,7 +1,8 @@ # ion-nav-push -`NavPush` is a component used to navigate to the specified component. -It is the element form of `NavController.push()` +Nav Push is a component used to navigate to the specified component. + +It is the component form of `NavController.push()`