From a9c4cc9a58033768c85882d4b8cbd51de8537d22 Mon Sep 17 00:00:00 2001 From: egxn Date: Tue, 9 Jul 2019 04:12:28 -0500 Subject: [PATCH] Restore react as name and don't traduce it (#34098) In the links of more information, I changed to react name. --- guide/spanish/react/state/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/spanish/react/state/index.md b/guide/spanish/react/state/index.md index 5e458c8caa5..8f1ae1913cc 100644 --- a/guide/spanish/react/state/index.md +++ b/guide/spanish/react/state/index.md @@ -126,6 +126,6 @@ Cuando solo se requiere un número limitado de campos en el objeto de estado, la ### Más información -* [Reaccionar - Estado y Ciclo de Vida](https://reactjs.org/docs/state-and-lifecycle.html) -* [Reaccionar - Levantando el Estado](https://reactjs.org/docs/lifting-state-up.html) -* [Reaccionar nativo - Estado arriba](https://facebook.github.io/react-native/docs/state.html) \ No newline at end of file +* [React - Estado y Ciclo de Vida](https://reactjs.org/docs/state-and-lifecycle.html) +* [React - Levantando el Estado](https://reactjs.org/docs/lifting-state-up.html) +* [React native - Estado arriba](https://facebook.github.io/react-native/docs/state.html)