Fix a typo

This commit is contained in:
Kohei Tamura 2019-03-12 13:12:03 +09:00 committed by Stian Thorgersen
parent 266ccebb78
commit da3e482fbb

View file

@ -181,7 +181,7 @@ It opens the login page using the system's browser.
After the user has authenticated, the browser redirects back into the app using a special URL.
From there, the {project_name} adapter can finish the login by reading the code or token from the URL.
You can activate the native mode by passing the adater type `cordova-native` to the `init` method:
You can activate the native mode by passing the adapter type `cordova-native` to the `init` method:
[source,javascript]
----