Skip to content

Commit c369da4

Browse files
committed
Fix spell errors
1 parent 719ce78 commit c369da4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ import ReactDOM from 'react-dom'
3232
import Slider from 'react-styled-carousel';
3333

3434
const ExampleSlider = () => (
35-
<Slider>
36-
<h1>1</h1>
37-
<h1>2</h1>
38-
<h1>3</h1>
39-
<h1>4</h1>
40-
</Slider>
35+
<Slider>
36+
<h1>1</h1>
37+
<h1>2</h1>
38+
<h1>3</h1>
39+
<h1>4</h1>
40+
</Slider>
4141
);
4242

4343
ReactDOM.render(<ExampleSlider />, document.getElementById('root'));
@@ -47,14 +47,14 @@ ReactDOM.render(<ExampleSlider />, document.getElementById('root'));
4747
Props | Type | Default Value | Description
4848
----- | ---- | ------------- | -----------
4949
`showArrows` | `Boolean` | `true` | If `true` then only Arrows of navigation will be shown
50-
`LeftArrow` | `React Node` | Default | Customised left arrow button
51-
`RightArrow` | `React Node` | Default | Customised right arrow button
50+
`LeftArrow` | `React Node` | Default | Customized left arrow button
51+
`RightArrow` | `React Node` | Default | Customized right arrow button
5252
`showDots` | `Boolean` | `true` | Show navigation or pagination dots below the slider
5353
`Dot` | `React Node` | Default | Customized pagination button (`Active slide Dot` will get `active` as `Boolean` prop.)
5454
`children` | `React Node` | null | Cards are components which you want to show in the carousel
5555
`cardsToShow` | `Number` | Children length | How many cards to be shown for a single slide.
56-
`afterSlide` | `Function` | null | This function will be excecuted after every sliding is completed
57-
`beforeSlide` | `Function` | null | This function will be excecuted before starting every sliding
56+
`afterSlide` | `Function` | null | This function will be executed after every sliding is completed
57+
`beforeSlide` | `Function` | null | This function will be executed before starting every sliding
5858

5959
License
6060
----

0 commit comments

Comments
 (0)