docs(slides): deprecation notice typo's (#9932)

This commit is contained in:
Job
2017-01-10 19:43:27 +01:00
committed by Brandy Carney
parent 7f06830187
commit c8150748da

View File

@ -1033,7 +1033,7 @@ export class Slides extends Ion {
*/
getSlider(): void {
// deprecated 2016-12-29
console.warn(`ion-slides, getSlide() has been removed. Please use the properties and methods on the instance of ion-slide instead.`);
console.warn(`ion-slides, getSlider() has been removed. Please use the properties and methods on the instance of ion-slides instead.`);
}
}