diff --git a/docs/docs/02.1-jsx-in-depth.md b/docs/docs/02.1-jsx-in-depth.md index 4c7692ae07..88737c9ede 100644 --- a/docs/docs/02.1-jsx-in-depth.md +++ b/docs/docs/02.1-jsx-in-depth.md @@ -157,19 +157,6 @@ It's easy to add comments within your JSX; they're just JS expressions: var content = {/* this is a comment */}