Skip to content

Commit a40d659

Browse files
committed
README grammar change
Change "which exactly state" to "which exact state"
1 parent c2a258b commit a40d659

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
@@ -84,7 +84,7 @@ export default class Counter extends Component {
8484

8585
Here’s how we hook it up to the Redux Store.
8686

87-
We will use `connect()` function provided by `react-redux` to turn a “dumb” `Counter` into a smart component. The `connect()` function lets you specify *which exactly* state from the Redux store your component wants to track. This lets you subscribe on any level of granularity.
87+
We will use `connect()` function provided by `react-redux` to turn a “dumb” `Counter` into a smart component. The `connect()` function lets you specify *which exact* state from the Redux store your component wants to track. This lets you subscribe on any level of granularity.
8888

8989
##### `containers/CounterContainer.js`
9090

0 commit comments

Comments
 (0)