From 32bb1f7230b774a8d39eef6d783e53012adf9ae7 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Tue, 30 Jul 2019 23:23:44 +0700 Subject: [PATCH] docs(nav-set-root): fix typos (#18946) * docs(nav-set-root): fix typo a / of * docs(nav-set-root): fix inconsistent terminology --- core/src/components/nav-set-root/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/nav-set-root/readme.md b/core/src/components/nav-set-root/readme.md index d7602d6568..1a71cb716d 100644 --- a/core/src/components/nav-set-root/readme.md +++ b/core/src/components/nav-set-root/readme.md @@ -1,7 +1,7 @@ # ion-nav-set-root -`NavSetRoot` is an element that allows you to set the root of the current navigation stack. -It is the element form a calling `NavController.setRoot()` +`NavSetRoot` is a component that allows you to set the root of the current navigation stack. +It is the component form of calling `NavController.setRoot()`