Skip to content

Commit 64a2a95

Browse files
authored
Fix typo: screed should be screen (#1158)
1 parent e8e43ea commit 64a2a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generatedTypes/components/carousel/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ declare type DefaultProps = Partial<CarouselProps>;
99
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CarouselScreen.tsx
1010
* @extends: ScrollView
1111
* @extendsLink: https://facebook.github.io/react-native/docs/scrollview
12-
* @notes: This is screed width Component
12+
* @notes: This is screen width Component
1313
*/
1414
declare class Carousel extends Component<CarouselProps, CarouselState> {
1515
static displayName: string;

src/components/carousel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type DefaultProps = Partial<CarouselProps>
1919
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CarouselScreen.tsx
2020
* @extends: ScrollView
2121
* @extendsLink: https://facebook.github.io/react-native/docs/scrollview
22-
* @notes: This is screed width Component
22+
* @notes: This is screen width Component
2323
*/
2424
class Carousel extends Component<CarouselProps, CarouselState> {
2525
static displayName = 'Carousel';

0 commit comments

Comments
 (0)