Skip to content

Commit 6a7faa0

Browse files
authored
Merge pull request 4GeeksAcademy#116 from UmiKami/06-Practicing-Rules
fixed typo in test description
2 parents e659839 + 648c524 commit 6a7faa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06-Practicing-Rules/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe("All the styles should be applied", () => {
6464
let h2TagStyles = window.getComputedStyle(h2Tag);
6565
expect(h2TagStyles["text-decoration"]).toBe("underline");
6666
});
67-
test("The padding in the #id1 tag should be '5px'", () => {
67+
test("The padding in the p tag should be '5px'", () => {
6868
document.querySelector(
6969
"head"
7070
).innerHTML = `<style>${css.toString()}</style>`;

0 commit comments

Comments
 (0)