chore: resolve flagged Crowdin issues (#45442)

* chore: resolve bengali issues

* chore: resolve french issues

* chore: resolve hebrew issues

* chore: resolve persian issues

* chore: resolve portuguese brazilian issues

* chore: resolve russian issues

* chore: resolve spanish issues

* chore: resolve japanese issues
This commit is contained in:
Naomi Carrigan
2022-03-19 00:56:57 -07:00
committed by GitHub
parent 141932a69d
commit d781c63fdf
50 changed files with 108 additions and 110 deletions

View File

@ -11,7 +11,7 @@ dashedName: check-radio-buttons-and-checkboxes-by-default
You can set a checkbox or radio button to be checked by default using the `checked` attribute.
To do this, just add the word `checked` to the inside of an input element. For example:
To do this, just add the word `checked` to the inside of an `input` element. For example:
```html
<input type="radio" name="test-name" checked>

View File

@ -43,7 +43,7 @@ Each of your comments should be closed with `-->`.
assert(code.match(/[^fc]-->/g).length > 1);
```
You should not change the order of the `h1` `h2` or `p` in the code.
You should not change the order of the `h1`, `h2`, or `p` elements in the code.
```js
assert(

View File

@ -9,7 +9,7 @@ dashedName: inform-with-the-paragraph-element
# --description--
`p` elements are the preferred element for paragraph text on websites. `p` is short for "paragraph".
The `p` element is the preferred element for paragraph text on websites. `p` is short for "paragraph".
You can create a paragraph element like this: