chore(i18n,curriculum): processed translations (#43435)

This commit is contained in:
camperbot
2021-09-13 07:13:43 -07:00
committed by GitHub
parent 8d33ff21f4
commit 3d50ac03ad
27 changed files with 119 additions and 113 deletions

View File

@ -38,7 +38,7 @@ El componente React debe devolver un único elemento `div`.
assert(Enzyme.shallow(React.createElement(MyComponent)).type() === 'div');
```
El `div` retornado debe renderizar un encabezado `h1` dentro de él.
El `div` devuelto debe renderizar un encabezado `h1` dentro de él.
```js
assert(