Skip to content

Commit 3aa0b30

Browse files
author
Piotr Siatka
committed
Fix typos.
1 parent 9ee1d0e commit 3aa0b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/controls/carousel/ICarouselProps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ export interface ICarouselProps {
4747
canMovePrev?: boolean;
4848

4949
/**
50-
* Specify the location of the buttons inside the container.
50+
* Specifies the location of the buttons inside the container.
5151
*/
5252
buttonsLocation: CarouselButtonsLocation;
5353
/**
54-
* Specify the buttons container display mode.
54+
* Specifies the buttons container display mode.
5555
*/
5656
buttonsDisplay: CarouselButtonsDisplay;
5757

@@ -96,7 +96,7 @@ export interface ICarouselProps {
9696
* Fixed array of elemenets to be displayed in carousel - if triggerPageEvent is not used.
9797
* In case triggerPageEvent is in use, JSX.Element has to be provided. Elements are distinguished based on the 'key' property.
9898
*/
99-
element: JSX.Element| JSX.Element[];
99+
element: JSX.Element | JSX.Element[];
100100
/**
101101
* Allows to inject custom component when the carousel is in processing state. If not provided, Spinner is displayed.
102102
*/

0 commit comments

Comments
 (0)