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

This commit is contained in:
camperbot
2021-11-17 06:20:53 -08:00
committed by GitHub
parent 8812e6b3ac
commit 9f9fb63caa
47 changed files with 417 additions and 413 deletions

View File

@ -38,7 +38,7 @@ class Kitten extends React.Component {
assert(Enzyme.shallow(React.createElement(MyComponent)).type() === 'div');
```
返回的 `div` 中应该渲染一个 `h1` 标题。
返回的 `div` 中应该渲染一个 `h1` 标题元素
```js
assert(
@ -48,7 +48,7 @@ assert(
);
```
`h1` 标题中应该包含字符串 `Hello React!`
`h1` 标题元素中应该包含字符串 `Hello React!`
```js
assert(