Skip to content

Commit cd85e85

Browse files
vibemeistertTrev Abbott
andauthored
fix(curriculum): remove stray backtick from greeting card instructions (freeCodeCamp#61634)
Co-authored-by: Trev Abbott <trevabbott@MacBookPro.lan>
1 parent 05e3f54 commit cd85e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/workshop-greeting-card/6720b7f3155a9278d6b6a8b8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You should set `padding` to `40px` in the `body` selector.
3535
assert.strictEqual(new __helpers.CSSHelp(document).getStyle("body")?.getPropertyValue("padding"), "40px");
3636
```
3737
38-
You should set `text-align` to `center` in the `body` selector.`
38+
You should set `text-align` to `center` in the `body` selector.
3939
4040
```js
4141
assert.strictEqual(new __helpers.CSSHelp(document).getStyle("body")?.getPropertyValue("text-align"), "center");

0 commit comments

Comments
 (0)