Skip to content

Commit

Permalink
Fix typo (#6296)
Browse files Browse the repository at this point in the history
- This line didn't make sense in either English or Spanish.
- Added title to links in ES version.
  • Loading branch information
giraffesyo authored and pieh committed Jul 6, 2018
1 parent 2acc8b9 commit 912751e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/docs/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ Gatsby uses Redux for managing state during development and building. It's often
helpful to see the flow of actions and built-up state for a site you're working
on or if adding new functionality to core. We leverage
[Remote Redux Devtools](https://github.com/zalmoxisus/remote-redux-devtools) and
[RemoteDev Server](https://github.com/zalmoxisus/remotedev-server) to give you use the Redux
devtools extension for debugging Gatsby.
[RemoteDev Server](https://github.com/zalmoxisus/remotedev-server) to help you debug Gatsby.

To use this, first install
[redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension)
Expand Down
5 changes: 2 additions & 3 deletions translations/es/CONTRIBUTING_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ propia instancia del sitio web Gatsby y hacer/previsualizar sus cambios antes de
Gatsby utiliza <tt>Redux</tt> para administrar el estado durante el desarrollo y la construcción. A menudo es
útil para ver el flujo de acciones y el estado acumulado de un sitio en el que se está trabajando
o si agrega una nueva funcionalidad al núcleo. Aprovechamos
https://github.com/zalmoxisus/remote-redux-devtools y
https://github.com/zalmoxisus/remotedev-server para darle el uso a _Redux
devtools extension_ para depurar Gatsby.
_[Remote Redux Devtools](https://github.com/zalmoxisus/remote-redux-devtools)_ y
_[RemoteDev Server](https://github.com/zalmoxisus/remotedev-server)_ para ayudarte depurar Gatsby.

Para usar esto, primero instale
[redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension)
Expand Down

0 comments on commit 912751e

Please sign in to comment.