From 19327d11e098ec6fb72e271655ef7d6c85dce8f8 Mon Sep 17 00:00:00 2001 From: Kohei TAKATA Date: Tue, 21 Jul 2015 21:08:42 +0900 Subject: [PATCH] Add period --- docs/10.4-test-utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/10.4-test-utils.md b/docs/10.4-test-utils.md index 7606cf2f..aacd81a6 100644 --- a/docs/10.4-test-utils.md +++ b/docs/10.4-test-utils.md @@ -73,7 +73,7 @@ Returns true if `instance` is a DOM component (such as a `
` or ``). boolean isCompositeComponent(ReactComponent instance)` ``` -Returns true if `instance` is a composite component (created with `React.createClass()`) +Returns true if `instance` is a composite component (created with `React.createClass()`). ### isCompositeComponentWithType