From 949c2cbd5efcd393a6c21bf242aa9f2c4dcd890d Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 29 Aug 2022 12:44:18 +0100 Subject: [PATCH] docs(pick-and-click): Add missing "be" word --- subjects/pick-and-click/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/pick-and-click/README.md b/subjects/pick-and-click/README.md index d9a947e3c..122ed1d85 100644 --- a/subjects/pick-and-click/README.md +++ b/subjects/pick-and-click/README.md @@ -15,7 +15,7 @@ You'll need to display these three values: - The `hue` value in a `div` with the class `hue` in the top right corner of the screen. - The `luminosity` value will be displayed in the bottom left corner of the screen, in a `div` with the class `luminosity`. -When the mouse is clicked, the value of the `hsl` will need to copied to the clipboard. +When the mouse is clicked, the value of the `hsl` will need to be copied to the clipboard. Two SVG lines with ids `axisX` and `axisY` will need to follow the cursor, like really long cross hairs. - the `axisX` attributes `x1` and `x2` need to be set to the X position of the cursor.