Skip to content

Commit 9e4ebbe

Browse files
committed
update blog, fix wording
1 parent f23f110 commit 9e4ebbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/blog/2020-04-19-React-Native-Boilerplate-3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const sliceInitialState = {
111111
export default buildSlice('user', [FetchOne], sliceInitialState).reducer
112112
```
113113

114-
Next, you can use your state in your container like this :
114+
Next, you can use your state in your container like this:
115115

116116
```javascript
117117
import React, { useEffect } from 'react'

0 commit comments

Comments
 (0)