fix(curriculum): remove stray backtick from greeting card instructions (#61634)

Co-authored-by: Trev Abbott <trevabbott@MacBookPro.lan>
This commit is contained in:
vibemeistert
2025-08-01 00:57:47 -07:00
committed by GitHub
parent 05e3f5416c
commit cd85e85c3e

View File

@@ -35,7 +35,7 @@ You should set `padding` to `40px` in the `body` selector.
assert.strictEqual(new __helpers.CSSHelp(document).getStyle("body")?.getPropertyValue("padding"), "40px");
```
You should set `text-align` to `center` in the `body` selector.`
You should set `text-align` to `center` in the `body` selector.
```js
assert.strictEqual(new __helpers.CSSHelp(document).getStyle("body")?.getPropertyValue("text-align"), "center");