We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642cf72 commit 712c9e8Copy full SHA for 712c9e8
README.md
@@ -250,7 +250,7 @@ This mode has to be enabled by supplying `selectedIndex` to the `<Tabs />` compo
250
251
In this mode react-tabs does not handle any tab selection state internally and leaves all the state management up to the outer application.
252
253
-This mode als enforces you to set a handler for `onSelect`. `defaultIndex` does not have any effect and will therefore throw an error.
+This mode also enforces you to set a handler for `onSelect`. `defaultIndex` does not have any effect and will therefore throw an error.
254
255
```js
256
class App extends Component {
0 commit comments