From 2cf475de4fc3fbbce8f46c3ba8d548418762cce2 Mon Sep 17 00:00:00 2001 From: Murtaza Haveliwala Date: Fri, 6 Jan 2017 23:29:14 +0530 Subject: [PATCH] Updated hello world explanation message (#8703) Output text in explanation now in sync with code sample --- docs/docs/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/hello-world.md b/docs/docs/hello-world.md index 6e28971471..838b90ed38 100644 --- a/docs/docs/hello-world.md +++ b/docs/docs/hello-world.md @@ -22,7 +22,7 @@ ReactDOM.render( ); ``` -It renders a header saying "Hello World" on the page. +It renders a header saying "Hello, world!" on the page. The next few sections will gradually introduce you to using React. We will examine the building blocks of React apps: elements and components. Once you master them, you can create complex apps from small reusable pieces.