Update title to react instead reaccionar (#34099)

I restored the react name in title table.
This commit is contained in:
egxn
2019-02-14 16:07:04 -05:00
committed by Jaka Kranjc
parent 0154a350af
commit d07a0be071

View File

@ -1,7 +1,8 @@
---
title: React TypeChecking with PropTypes
localeTitle: Reaccionar TypeChecking con PropTypes
---
localeTitle: React TypeChecking con PropTypes
---
## React PropTypes
Estos sirven como un método de verificación de tipos, ya que una aplicación tiende a crecer, con esto, una gran base de errores tiende a corregirse con el uso de esta función.