Fix typo in deep linking schema (#204)

This matches the rest of the definitions of the URI schema later on in the documentation and examples.
This commit is contained in:
Eli Perkins
2017-02-07 11:39:10 -05:00
parent bc7eff23ce
commit 6a3633de38

View File

@@ -2,7 +2,7 @@
In this guide we will set up our app to handle external URIs. Let's start with the SimpleApp that [we created in the getting started guide](/docs/intro).
In this example, we want a URI like `mychat://chats/Taylor` to open our app and link straight into Taylor's chat page.
In this example, we want a URI like `mychat://chat/Taylor` to open our app and link straight into Taylor's chat page.
## Configuration