chore(i18n,curriculum): update translations (#43556)

This commit is contained in:
camperbot
2021-09-24 06:31:25 -07:00
committed by GitHub
parent 42e88ac281
commit 9f2595ec0b
9 changed files with 19 additions and 19 deletions

View File

@ -22,7 +22,7 @@ Centra el `div` en la página agregando una propiedad `margin` con un valor de `
El `div` debe tener un `margin` establecido en `auto`.
```js
assert(code.match(/margin:\s*?auto;/g));
assert(new __helpers.CSSHelp(document).getStyle('div')?.margin === 'auto');
```
# --seed--