From 6731bfbed7964fdcb9b0080bce3edefc2a65d196 Mon Sep 17 00:00:00 2001 From: Joseph Lin Date: Sat, 30 Jun 2018 18:45:06 -0400 Subject: [PATCH] Update README.md (#13085) Fix grammatical error via addition of comma. --- fixtures/attribute-behavior/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/attribute-behavior/README.md b/fixtures/attribute-behavior/README.md index 3c28bdd53e..d14c5e55cd 100644 --- a/fixtures/attribute-behavior/README.md +++ b/fixtures/attribute-behavior/README.md @@ -20,7 +20,7 @@ The left box shows the property (or attribute) assigned by React 15.\*, and the right box shows the property (or attribute) assigned by the latest version of React 16. -Right now we use a purple outline to call out cases where the assigned property +Right now, we use a purple outline to call out cases where the assigned property (or attribute) has changed between React 15 and 16. ---