From 081ba8edbc0fe295581847f5caef7b527542a3a2 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/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hello-world.md b/docs/hello-world.md index 6e2897147..838b90ed3 100644 --- a/docs/hello-world.md +++ b/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.