From 678810a1112a51ead513ee5e99e9e05df3590aee Mon Sep 17 00:00:00 2001
From: ErnestoXG
Date: Mon, 8 May 2023 00:26:28 +0000
Subject: [PATCH 001/110] fixed typo in test description
---
exercises/06-Practicing-Rules/tests.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exercises/06-Practicing-Rules/tests.js b/exercises/06-Practicing-Rules/tests.js
index e691255c..3bcecea6 100644
--- a/exercises/06-Practicing-Rules/tests.js
+++ b/exercises/06-Practicing-Rules/tests.js
@@ -64,7 +64,7 @@ describe("All the styles should be applied", () => {
let h2TagStyles = window.getComputedStyle(h2Tag);
expect(h2TagStyles["text-decoration"]).toBe("underline");
});
- test("The padding in the #id1 tag should be '5px'", () => {
+ test("The padding in the p tag should be '5px'", () => {
document.querySelector(
"head"
).innerHTML = ``;
From 33546dfc1c4845256abfb0f75f7bdd3cbd1c316d Mon Sep 17 00:00:00 2001
From: Jose Mora <109150320+josemoracard@users.noreply.github.com>
Date: Wed, 31 May 2023 21:30:33 +0200
Subject: [PATCH 002/110] Update index.html
---
exercises/02.1-Background/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exercises/02.1-Background/index.html b/exercises/02.1-Background/index.html
index ce03ce24..cf841f1e 100644
--- a/exercises/02.1-Background/index.html
+++ b/exercises/02.1-Background/index.html
@@ -5,6 +5,6 @@
02 Background
- My background should be an image with th size "contain"
+ My background should be an image with the size "contain"