From 8d58bf396d1d4a9859463948017156a5f30be030 Mon Sep 17 00:00:00 2001 From: Juan Mata Date: Mon, 17 Jul 2017 19:26:54 -0500 Subject: [PATCH] initial --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":