From 1f21aaabb201444478a8455034c5fcb662276557 Mon Sep 17 00:00:00 2001 From: rk162 <35328475+rk162@users.noreply.github.com> Date: Tue, 3 Apr 2018 19:30:29 +0530 Subject: [PATCH] Update introducing-jsx.md (#761) --- content/docs/introducing-jsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/introducing-jsx.md b/content/docs/introducing-jsx.md index 0cb427ce..06587881 100644 --- a/content/docs/introducing-jsx.md +++ b/content/docs/introducing-jsx.md @@ -158,7 +158,7 @@ const element = { type: 'h1', props: { className: 'greeting', - children: 'Hello, world' + children: 'Hello, world!' } }; ```