diff --git a/content/docs/jsx-in-depth.md b/content/docs/jsx-in-depth.md index 87ad9f652..461e40cf8 100644 --- a/content/docs/jsx-in-depth.md +++ b/content/docs/jsx-in-depth.md @@ -66,7 +66,7 @@ import React from 'react'; import CustomButton from './CustomButton'; function WarningButton() { - // return React.createElement(CustomButton, {color: 'red'}, null); + // retorna React.createElement(CustomButton, {color: 'red'}, null); return ; } ```