fix(curriculum): correct hint text for step-093 penguin (#45023)

This commit is contained in:
Shaun Hamilton
2022-02-05 14:12:18 +02:00
committed by GitHub
parent 42a05e6124
commit f09c167a03

View File

@ -13,7 +13,7 @@ Give the `.arm` elements top -left, -right, and bottom-right corners a radius of
# --hints--
You should give `.arm` a `border-radius` of `30% 30% 120% 30%`.
You should give `.arm` a `border-radius` of `30% 30% 30% 120%`.
```js
assert.equal(new __helpers.CSSHelp(document).getStyle('.arm')?.borderTopLeftRadius, '30%');