diff --git a/src/App.js b/src/App.js
index 2fe6d64..e55f150 100644
--- a/src/App.js
+++ b/src/App.js
@@ -13,7 +13,7 @@ function App(props) {
const names = ["Bob", "Stand", "Todd", "Ted"];
return (
- {/* send in a prop called "message", give it the string "Hello World" */}
+ {/* send in a prop called "message", give it the string "Hello World", ok */}
This better say "Hello World":
{/* send in a prop called "message", give it the string "Goodbye World" */}
This better say "Goodbye World":