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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
* ```
*