Skip to content

Commit fb44466

Browse files
Sepehr Sobhanidanez
authored andcommitted
Update README.md (reactjs#215)
Fixed typo
1 parent e016894 commit fb44466

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
@@ -120,7 +120,7 @@ By default only the current active tab will be rendered to DOM. If set to `true`
120120
121121
> default: `undefined`
122122
123-
This event handler is called every time a tab is about to changed. It will be called with the `index` that will be changed to, the `lastIndex` which was selected before and the underlying `event` which is usually either a `keydown` or `click` event. When `index` and `lastIndex` are equal it means the user clicked on the currently active tab.
123+
This event handler is called every time a tab is about to change. It will be called with the `index` that it will be changed to, the `lastIndex` which was selected before and the underlying `event` which is usually either a `keydown` or `click` event. When `index` and `lastIndex` are equal it means the user clicked on the currently active tab.
124124
125125
The callback can optionally return `true` to cancel the change to the new tab.
126126

0 commit comments

Comments
 (0)