docs(screenshot): fixes Screenshot spelling on the example code (#480)

Screenshot was spelling wrong: `Screneshot`.
This commit is contained in:
Daniel Salvagni 2016-08-26 06:14:57 -03:00 committed by Ibrahim Hadeed
parent e4f198ae42
commit aa76fac3af

View File

@ -10,10 +10,10 @@ declare var navigator: any;
* import {Screenshot} from 'ionic-native'; * import {Screenshot} from 'ionic-native';
* *
* // Take a screenshot and save to file * // Take a screenshot and save to file
* Screneshot.save('jpg', 80, 'myscreenshot.jpg').then(onSuccess, onError); * Screenshot.save('jpg', 80, 'myscreenshot.jpg').then(onSuccess, onError);
* *
* // Take a screenshot and get temporary file URI * // Take a screenshot and get temporary file URI
* Screneshot.URI(80).then(onSuccess, onError); * Screenshot.URI(80).then(onSuccess, onError);
* ``` * ```
*/ */
@Plugin({ @Plugin({