Skip to content

Commit a90d3f1

Browse files
committed
typo
1 parent 886e876 commit a90d3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InfoBanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const InfoBanner = ({ visible, onHide }) => {
4343
return (
4444
<div style={style}>
4545
<div stule={textStyle}>
46-
<p>Part 6 has new content about React Query, useReducer hook and React contect.</p>
46+
<p>Part 6 has new content about React Query, useReducer hook and React context.</p>
4747
<p>The new content replaces the chapter on Redux connect (that still remains online for a while).</p>
4848
<div style={{ marginTop: 10 }}><i>If you have already completed the part 6, this change has no effect on your progress.</i></div>
4949
</div>

0 commit comments

Comments
 (0)