From 4354fc212e32a29a6a7d5ab918ac97de7789105d Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 13 Mar 2017 17:59:14 -0400 Subject: [PATCH] docs(deep-linker): copy editing --- src/navigation/deep-linker.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/navigation/deep-linker.ts b/src/navigation/deep-linker.ts index cb7138bb56..9b6f19f0c0 100644 --- a/src/navigation/deep-linker.ts +++ b/src/navigation/deep-linker.ts @@ -189,7 +189,8 @@ import { ViewController } from './view-controller'; * ### Default History * * Pages can be navigated to using deep links from anywhere in the app, but sometimes the app is - * launched from a URL and the page needs to have the same history as if it were navigated to. + * launched from a URL and the page needs to have the same history as if it were navigated to from + * inside of the app. * * By default, the page would be navigated to as the first page in the stack with no prior history. * A good example is the App Store on iOS. Clicking on a URL to an application in the App Store will