Skip to content

Commit 4cc74fd

Browse files
josephlin55555josepot
authored andcommitted
Update troubleshooting.md (reduxjs#962)
Fix grammatical error via capitalizing the beginning of a sentence.
1 parent ab29eaf commit 4cc74fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Make sure to check out [Troubleshooting Redux](http://redux.js.org/docs/Troubleshooting.html) first.
44

55
### I'm getting the following alert: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
6-
This warning is shown when using react 15.5.*. basically, now it's just a warning, but in react16 the application might break. the PropTypes should now be imported from 'prop-types' package, and not from the react package.
6+
This warning is shown when using react 15.5.*. Basically, now it's just a warning, but in react16 the application might break. the PropTypes should now be imported from 'prop-types' package, and not from the react package.
77

88
Update to the latest version of react-redux.
99

0 commit comments

Comments
 (0)