We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886e876 commit a90d3f1Copy full SHA for a90d3f1
src/components/InfoBanner.js
@@ -43,7 +43,7 @@ const InfoBanner = ({ visible, onHide }) => {
43
return (
44
<div style={style}>
45
<div stule={textStyle}>
46
- <p>Part 6 has new content about React Query, useReducer hook and React contect.</p>
+ <p>Part 6 has new content about React Query, useReducer hook and React context.</p>
47
<p>The new content replaces the chapter on Redux connect (that still remains online for a while).</p>
48
<div style={{ marginTop: 10 }}><i>If you have already completed the part 6, this change has no effect on your progress.</i></div>
49
</div>
0 commit comments