From f8d78c46b028083f47f05ec9796ec324bfd6555d Mon Sep 17 00:00:00 2001 From: Alejandro Nanez Date: Sun, 17 Feb 2019 18:56:04 -0500 Subject: [PATCH] update missing translation --- content/docs/jsx-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; } ```