From 842ecfd142677cb12e80665df8672dc973f4b94d Mon Sep 17 00:00:00 2001
From: ErnestoXG
Date: Fri, 3 Mar 2023 21:37:46 +0000
Subject: [PATCH 1/2] added important note on not to modify html file
---
exercises/07-Very-Specific-Rules/README.es.md | 1 +
exercises/07-Very-Specific-Rules/README.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/exercises/07-Very-Specific-Rules/README.es.md b/exercises/07-Very-Specific-Rules/README.es.md
index accf8d55..7ec14ada 100644
--- a/exercises/07-Very-Specific-Rules/README.es.md
+++ b/exercises/07-Very-Specific-Rules/README.es.md
@@ -14,6 +14,7 @@ En este ejercicio, puedes agregar tu código solo arriba del **READ ONLY BLOCK**

+>Importante: **NO** debes modificar el archivo index.html
## :bulb: Pista:
diff --git a/exercises/07-Very-Specific-Rules/README.md b/exercises/07-Very-Specific-Rules/README.md
index 3fb8ba40..d4360fde 100644
--- a/exercises/07-Very-Specific-Rules/README.md
+++ b/exercises/07-Very-Specific-Rules/README.md
@@ -19,6 +19,7 @@ In this exercise, you can add your code only above the **READ ONLY BLOCK** of th

+>Important: You should **NOT** modify the index.html file
## :bulb: Hint:
From cf1d63f3f22c5ff4157238732df925fd8196cd8f Mon Sep 17 00:00:00 2001
From: ErnestoXG
Date: Fri, 3 Mar 2023 21:46:58 +0000
Subject: [PATCH 2/2] fixed typo in test
---
exercises/07-Very-Specific-Rules/tests.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exercises/07-Very-Specific-Rules/tests.js b/exercises/07-Very-Specific-Rules/tests.js
index 403d12b6..aae1fa1b 100644
--- a/exercises/07-Very-Specific-Rules/tests.js
+++ b/exercises/07-Very-Specific-Rules/tests.js
@@ -29,7 +29,7 @@ describe("All the styles should be applied", ()=>{
expect(reg.test(color)).toBeTruthy();
});
- test("The ul second element background should be green", ()=>{
+ test("The ol second element background should be green", ()=>{
document.querySelector(
"head"
).innerHTML = ``;