From 7fbdfcaada504a259ecdb8f2c15887eb1b2efb87 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 15 Jul 2014 22:34:33 -0700 Subject: [PATCH] Fix comma splice --- docs/ref-03-component-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-03-component-specs.md b/docs/ref-03-component-specs.md index debd34519..4d68915f3 100644 --- a/docs/ref-03-component-specs.md +++ b/docs/ref-03-component-specs.md @@ -96,7 +96,7 @@ Methods defined within this block are _static_, meaning that you can run them be string displayName ``` -The `displayName` string is used in debugging messages. JSX sets this value automatically, see [JSX in Depth](/react/docs/jsx-in-depth.html#react-composite-components). +The `displayName` string is used in debugging messages. JSX sets this value automatically; see [JSX in Depth](/react/docs/jsx-in-depth.html#react-composite-components). ## Lifecycle Methods