Skip to content

Commit 0f08b41

Browse files
unexpected inline code syntax removed (react-navigation#913)
1 parent d28c1a9 commit 0f08b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/redux-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const CounterContainer = connect(state => ({ value: state.count }))(Counter);
4848

4949
### Pass the state you care about as a param to the screen
5050

51-
If the value isn't expected to change, you can just pass it from a `connect`ed component to the other screen as a param.
51+
If the value isn't expected to change, you can just pass it from a connected component to the other screen as a param.
5252

5353
```js
5454
<Button

0 commit comments

Comments
 (0)