docs(device): fix reference (#930)

This commit is contained in:
Jonathan Samines 2017-01-07 07:00:56 -06:00 committed by Ibby Hadeed
parent 9a5a62bc3a
commit 5b6cb6e19f

View File

@ -16,7 +16,7 @@ import { Cordova, Plugin } from './plugin';
*
* if (Device.platform === 'iOS') {
* app = 'twitter://';
* } else if (device.platform === 'Android') {
* } else if (Device.platform === 'Android') {
* app = 'com.twitter.android';
* }
*