From ad57752f19e87ebe9494c19d2f3168e4821d8ab4 Mon Sep 17 00:00:00 2001 From: Daekwon Kim Date: Fri, 3 Apr 2015 14:20:32 +0900 Subject: [PATCH] Add end of code syntax(line 177) --- react.md | 1 + 1 file changed, 1 insertion(+) diff --git a/react.md b/react.md index 877f8a119..2a1b6b543 100644 --- a/react.md +++ b/react.md @@ -174,6 +174,7 @@ React.createClass({ string: React.PropTypes.string, } }); +``` Also: