From a4dd77330b45abc6f4a94ecbdc44b78ace684853 Mon Sep 17 00:00:00 2001 From: inkinworld Date: Fri, 10 Jun 2016 13:52:10 -0500 Subject: [PATCH] Update 12-context.md (#6973) Modify a clerical error --- docs/12-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/12-context.md b/docs/12-context.md index 92145d1d..cab78f52 100644 --- a/docs/12-context.md +++ b/docs/12-context.md @@ -50,7 +50,7 @@ class MessageList extends React.Component { const children = this.props.messages.map((message) => ); - return
{this.props.children}
; + return
{children}
; } } ```