From 57eb5b92f703ffee000e8e40aa634d6e8b842609 Mon Sep 17 00:00:00 2001 From: Lassi Haaranen <lassi.haaranen@gmail.com> Date: Sat, 29 Feb 2020 14:07:21 +0200 Subject: [PATCH] Fix typo in change_border_color --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index 5c4468e..ddd77af 100644 --- a/content.js +++ b/content.js @@ -297,7 +297,7 @@ let Content = { order: 7 }, change_border_color: { - instructions: "This looks quite horrible, please change the border color and the background color of the element on the left. You can use any value you prefer. In order to get the points you will have to use the developer tools console, and change the color in the <em>element</em> selector. Also remeber that the values you use should be valid ones.", + instructions: "This looks quite horrible, please change the border color and the background color of the element on the left. You can use any value you prefer. In order to get the points you will have to use the developer tools console, and change the color in the <em>element</em> selector. Also remember that the values you use should be valid ones.", html: ` <style> div#color-element { -- GitLab