diff --git a/Source/Xamarin/Prism.Forms/Navigation/INavigationPageOptions.cs b/Source/Xamarin/Prism.Forms/Navigation/INavigationPageOptions.cs index 716bef851..15e99211c 100644 --- a/Source/Xamarin/Prism.Forms/Navigation/INavigationPageOptions.cs +++ b/Source/Xamarin/Prism.Forms/Navigation/INavigationPageOptions.cs @@ -8,7 +8,7 @@ public interface INavigationPageOptions /// /// The INavigationService uses the result of this property to determine if the NavigationPage should clear the NavigationStack when navigating to a new Page. /// - /// This is equivalant to calling PopToRoot, and then replacing the current Page with the target Page being navigated to. + /// This is equivalent to calling PopToRoot, and then replacing the current Page with the target Page being navigated to. bool ClearNavigationStackOnNavigation { get; } } }