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

This commit is contained in:
camperbot
2021-10-04 07:27:38 -07:00
committed by GitHub
parent 838d352979
commit aae7b7bca0
27 changed files with 145 additions and 113 deletions

View File

@@ -41,7 +41,7 @@ El `store.subscribe` debe recibir una función.
(getUserInput) => assert(getUserInput('index').match(/(\s*function\s*)|(\s*\(\s*\)\s*=>)/gm))
```
El callback a `store.subscribe` también debe incrementar la variable global `count` a medida que se actualiza el almacén.
La función callback a `store.subscribe` también debe incrementar la variable global `count` a medida que se actualiza el almacén.
```js
assert(store.getState() === count);