Skip to content

Commit 0cb04a9

Browse files
authored
Update InfoBanner.js
fix typo on info banner
1 parent 9e18bc6 commit 0cb04a9

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
@@ -46,7 +46,7 @@ const InfoBanner = ({ visible, onHide }) => {
4646
<div style={style}>
4747
<div style={textStyle}>
4848
<p style={{ marginBottom: 20}}>
49-
A new exercise has been added at the on of Part 9 "Typing an Express app" at 28th August 2024. Because of that numbering the of Exercises 9.14- has changed.
49+
A new exercise has been added at the end of Part 9 "Typing an Express app" at 28th August 2024. Because of that numbering of the Exercises 9.14- has changed.
5050
</p>
5151
</div>
5252
<div style={buttonDiv}>

0 commit comments

Comments
 (0)