Skip to content

Commit 712c9e8

Browse files
authored
Fix typo
1 parent 642cf72 commit 712c9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ This mode has to be enabled by supplying `selectedIndex` to the `<Tabs />` compo
250250
251251
In this mode react-tabs does not handle any tab selection state internally and leaves all the state management up to the outer application.
252252
253-
This mode als enforces you to set a handler for `onSelect`. `defaultIndex` does not have any effect and will therefore throw an error.
253+
This mode also enforces you to set a handler for `onSelect`. `defaultIndex` does not have any effect and will therefore throw an error.
254254
255255
```js
256256
class App extends Component {

0 commit comments

Comments
 (0)