Skip to content

Commit 5603414

Browse files
halitogunctimdorr
authored andcommitted
fix typo (reduxjs#1308)
1 parent 6e1e935 commit 5603414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const App = () => {
171171
}
172172
```
173173

174-
However, when the selector is used in multiple component instances and depends on the component's props, you need to ensure that each component instance gets its own selector instance (see [here](https://github.com/reduxjs/reselect#accessing-react-props-in-selectors) for a more thourough explanation of why this is necessary):
174+
However, when the selector is used in multiple component instances and depends on the component's props, you need to ensure that each component instance gets its own selector instance (see [here](https://github.com/reduxjs/reselect#accessing-react-props-in-selectors) for a more thorough explanation of why this is necessary):
175175

176176
```jsx
177177
import React, { useMemo } from 'react'

website/versioned_docs/version-7.1/api/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const App = () => {
171171
}
172172
```
173173

174-
However, when the selector is used in multiple component instances and depends on the component's props, you need to ensure that each component instance gets its own selector instance (see [here](https://github.com/reduxjs/reselect#accessing-react-props-in-selectors) for a more thourough explanation of why this is necessary):
174+
However, when the selector is used in multiple component instances and depends on the component's props, you need to ensure that each component instance gets its own selector instance (see [here](https://github.com/reduxjs/reselect#accessing-react-props-in-selectors) for a more thorough explanation of why this is necessary):
175175

176176
```jsx
177177
import React, { useMemo } from 'react'

0 commit comments

Comments
 (0)