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 @@ dashedName: center-an-element-horizontally-using-the-margin-property
`div` 应有一个 `margin`,设置为 `auto`
```js
assert(code.match(/margin:\s*?auto;/g));
assert(new __helpers.CSSHelp(document).getStyle('div')?.margin === 'auto');
```
# --seed--