Skip to content

Commit

Permalink
docs(slides): deprecation notice typo's (#9932)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manduro authored and brandyscarney committed Jan 10, 2017
1 parent 7f06830 commit c815074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/slides/slides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`);
}
}

Expand Down

0 comments on commit c815074

Please sign in to comment.