fix(curriculum,i18n): remove code tags from name (#48503)

fix(curriculum): remove code tags from name
pull/48508/head
YMatsuda 2022-11-14 16:16:01 +09:00 committed by GitHub
parent 15c19a44a7
commit 5ebd007390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ You should defined a new `@keyframes` rule.
assert.notEmpty(new __helpers.CSSHelp(document).getCSSRules('keyframes'));
```
You should give the `@keyframes` rule a `name` of `--fcc-expected--`, but found `--fcc-actual--`.
You should give the `@keyframes` rule a name of `--fcc-expected--`, but found `--fcc-actual--`.
```js
assert.equal(new __helpers.CSSHelp(document).getCSSRules('keyframes')?.[0]?.name, 'wave');