Update index.ts

This commit is contained in:
Daniel Sogl
2018-03-16 14:35:12 +01:00
committed by GitHub
parent 447f00a202
commit 5f88ff02f2
@@ -16,7 +16,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
*
* ...
*
* let brightnessValue: number = 0.8;
* let brightnessValue = 0.8;
* this.brightness.setBrightness(brightnessValue);
* ```
*