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