From 2d73cf58c33aaa2ae47d1dbbf6e910a785db65c4 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 26 Oct 2021 12:12:41 +0100 Subject: [PATCH] Update README.md typo reported by Adrien ejm --- subjects/class-that/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/class-that/README.md b/subjects/class-that/README.md index 7fdad553..8679b4dc 100644 --- a/subjects/class-that/README.md +++ b/subjects/class-that/README.md @@ -26,7 +26,7 @@ Create the 3 following classes, setting them with the given rulesets, & attribut - `background-color` "dodgerblue" - attributed to `leg-left` & `leg-right` -Note that you can attribute several classes to a same element ; create the class `body-member`, which set the `width` to 50 pixels and the `margin` to 30 pixels, and add it to the `class` attribute of those elements: `arm-left`, `arm-right`, `leg-left` & `leg-left`. +Note that you can attribute several classes to a same element ; create the class `body-member`, which set the `width` to 50 pixels and the `margin` to 30 pixels, and add it to the `class` attribute of those elements: `arm-left`, `arm-right`, `leg-left` & `leg-right`. ### Code examples