diff --git a/src/components/slides/slides.ts b/src/components/slides/slides.ts index f1c209f66b..e4d6084ccb 100644 --- a/src/components/slides/slides.ts +++ b/src/components/slides/slides.ts @@ -196,9 +196,7 @@ export class Slides extends Ion { private _isLoop = false; /** - * @input {boolean} String with type of pagination. Can be - * `bullets`, `fraction`, `progress`. Default does not have - * pagination set. + * @input {boolean} Whether or not to show the pager. Default: `false`. */ @Input() get pager() { @@ -210,7 +208,7 @@ export class Slides extends Ion { private _pager = false; /** - * @input {boolean} String with type of pagination. Can be + * @input {string} String with type of pagination. Can be * `bullets`, `fraction`, `progress`. Default: `bullets`. * (Note that the pager will not show unless `pager` input * is set to true).