mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
docs(slides): change double quotes to single quotes (#11835)
* docs(api-slides): improve typo * Update slides.ts
This commit is contained in:
committed by
Brandy Carney
parent
ecc4e4a530
commit
42d29f4331
@ -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);
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
|
|||||||
Reference in New Issue
Block a user