Fix doc about changed property (#919)

This commit is contained in:
Alexey Vasiliev 2016-12-27 23:44:03 +02:00 committed by Ibrahim Hadeed
parent e681761f56
commit bf0486cb8b

View File

@ -40,7 +40,7 @@ declare var navigator: any;
*
* ```
* @advanced
* The `connection` property will return one of the following connection types: `unknown`, `ethernet`, `wifi`, `2g`, `3g`, `4g`, `cellular`, `none`
* The `type` property will return one of the following connection types: `unknown`, `ethernet`, `wifi`, `2g`, `3g`, `4g`, `cellular`, `none`
*/
@Plugin({
pluginName: 'Network',