Skip to content

Commit 9cdcab2

Browse files
Merge pull request 4GeeksAcademy#83 from UmiKami/07-Very-Specific-Rules
added important note on not to modify html file
2 parents ff502fb + cf1d63f commit 9cdcab2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

exercises/07-Very-Specific-Rules/README.es.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ En este ejercicio, puedes agregar tu código solo arriba del **READ ONLY BLOCK**
1414

1515

1616
![Example Image](../../.learn/assets/07-1.png?raw=true)
17+
>Importante: **NO** debes modificar el archivo index.html
1718
1819
## :bulb: Pista:
1920

exercises/07-Very-Specific-Rules/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ In this exercise, you can add your code only above the **READ ONLY BLOCK** of th
1919

2020

2121
![Example Image](../../.learn/assets/07-1.png?raw=true)
22+
>Important: You should **NOT** modify the index.html file
2223
2324
## :bulb: Hint:
2425

exercises/07-Very-Specific-Rules/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("All the styles should be applied", ()=>{
2929
expect(reg.test(color)).toBeTruthy();
3030
});
3131

32-
test("The ul second element background should be green", ()=>{
32+
test("The ol second element background should be green", ()=>{
3333
document.querySelector(
3434
"head"
3535
).innerHTML = `<style>${css.toString()}</style>`;

0 commit comments

Comments
 (0)