From 8c23265be51c000fdade1e64e49db59ef928de67 Mon Sep 17 00:00:00 2001
From: Mariani Giacomo <mariang1@t31300-lr138.org.aalto.fi>
Date: Thu, 26 Mar 2020 15:20:24 +0200
Subject: [PATCH] updated queryselectorall exercise

---
 content.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content.js b/content.js
index 48cde7b..a47a011 100644
--- a/content.js
+++ b/content.js
@@ -347,7 +347,8 @@ let Content = {
   },
 
   query_selector_all: {
-    instructions: `The text of the pizza toppings is wrong, help us fix it.
+    instructions: `The text of the pizza toppings is wrong, help us fix it by setting
+    the correct text (Basilica, Tomato, Mozzarella, Ham).
     Find all the <code>li</code> elements within the <code>ul</code> element with
     <code>id="pizza-toppings"</code> using the <code>document.querySelectorAll()</code>
     method. Then fix the <em>innerText</em> of each element. The grader does not care
-- 
GitLab