Skip to content

Commit 634081e

Browse files
committed
fix(carousel): Fix typo for getter.
1 parent f103d47 commit 634081e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/carousel/carousel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default class IgcCarouselComponent extends EventEmitterMixin<
230230
this._indicatorsLabelFormat = value;
231231
}
232232

233-
public get() {
233+
public get indicatorsLabelFormat() {
234234
return (
235235
this._indicatorsLabelFormat ??
236236
`${this.resourceStrings.carousel_slide} {0}`

0 commit comments

Comments
 (0)