Skip to content

Commit 30a66ea

Browse files
authored
Fix typo
1 parent 38ccd9a commit 30a66ea

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
@@ -58,7 +58,7 @@ export default () => (
5858
5959
Allows reseting the internal id counter which is used to generate unique id's for tabs and tab panels.
6060
61-
You should never need to use this in the browser. Only if you are running a isomorphic react app that is rendered on the server you should call `resetIdCounter()` before every render so that the ids that get generated on the server match the ids generated in the browser.
61+
You should never need to use this in the browser. Only if you are running an isomorphic react app that is rendered on the server you should call `resetIdCounter()` before every render so that the ids that get generated on the server match the ids generated in the browser.
6262
6363
```js
6464
import { resetIdCounter } from 'react-tabs';

0 commit comments

Comments
 (0)