docs(slides): change double quotes to single quotes (#11835)

* docs(api-slides): improve typo

* Update slides.ts
This commit is contained in:
Daniel Sogl
2017-05-30 17:39:04 +02:00
committed by Brandy Carney
parent ecc4e4a530
commit 42d29f4331

View File

@ -92,7 +92,7 @@ import { ViewController } from '../../navigation/view-controller';
* *
* slideChanged() { * slideChanged() {
* let currentIndex = this.slides.getActiveIndex(); * let currentIndex = this.slides.getActiveIndex();
* console.log("Current index is", currentIndex); * console.log('Current index is', currentIndex);
* } * }
* } * }
* ``` * ```