From 271e7d50cf59cc6620b398264559c5500d485fae Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Sun, 27 Oct 2013 15:00:31 -0400 Subject: [PATCH] better grammar --- docs/cookbook/13-false-in-jsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/13-false-in-jsx.md b/docs/cookbook/13-false-in-jsx.md index 9c5ac43872..f325a0cab9 100644 --- a/docs/cookbook/13-false-in-jsx.md +++ b/docs/cookbook/13-false-in-jsx.md @@ -7,7 +7,7 @@ prev: initial-ajax.html --- ### Problem -How does `undefined` and `false` behave as attribute value and as child component? +How does `undefined` and `false` behave as an attribute value and as a child component? ### Solution Renders as `id="false"`: