Skip to content

Commit c6329d7

Browse files
authored
Update tests.js
1 parent c689708 commit c6329d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/02.1-Background/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("All the styles should be applied", ()=>{
1111
const link = document.querySelector("link");
1212
const title = document.querySelector('title');
1313

14-
test("The body tag should not contains any inline style", ()=>{
14+
test("The body tag should not contain any inline style", ()=>{
1515
document.querySelector(
1616
"head"
1717
).innerHTML = `<style>${css.toString()}</style>`;

0 commit comments

Comments
 (0)