Browse Source

Merge pull request #680 from chaficnajjar/patch-1

Change "header" to "heading" in hello-world.html
main
Alex Krolick 7 years ago
committed by GitHub
parent
commit
ba7819ab62
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/hello-world.md

2
content/docs/hello-world.md

@ -23,7 +23,7 @@ ReactDOM.render(
); );
``` ```
It renders a header saying "Hello, world!" on the page. It renders a heading 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. 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.

Loading…
Cancel
Save