From 80773961c931fe844c9c7d3f0a9b3caf2f9a5730 Mon Sep 17 00:00:00 2001 From: MICHAEL JACKSON Date: Fri, 12 Jan 2018 14:43:41 -0800 Subject: [PATCH] Small clarification Fixes #514 --- content/docs/render-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/render-props.md b/content/docs/render-props.md index 90158747..6c473f12 100644 --- a/content/docs/render-props.md +++ b/content/docs/render-props.md @@ -328,4 +328,4 @@ class MouseTracker extends React.Component { } ``` -In cases where you cannot bind the instance method ahead of time in the constructor (e.g. because you need to close over the component's props and/or state) you should extend `React.Component` instead. +In cases where you cannot bind the instance method ahead of time in the constructor (e.g. because you need to close over the component's props and/or state) `` should extend `React.Component` instead.