diff --git a/docs/Style.md b/docs/Style.md index 86bfb7819b2..b5dc2c3cd5f 100644 --- a/docs/Style.md +++ b/docs/Style.md @@ -74,5 +74,6 @@ var List = React.createClass({ } }); +// ... in another file ... ```