From 5ebd007390f8d93e27f7b7cfe9dd20c4881c42f9 Mon Sep 17 00:00:00 2001 From: YMatsuda <25644062+sidemt@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:16:01 +0900 Subject: [PATCH] fix(curriculum,i18n): remove code tags from name (#48503) fix(curriculum): remove code tags from name --- .../619d30350883802921bfcccc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d30350883802921bfcccc.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d30350883802921bfcccc.md index 739103d8439..739ba5cebec 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d30350883802921bfcccc.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d30350883802921bfcccc.md @@ -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');