From 7af4701427d2e7cf63c4781782d6b6bbe221614d Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 29 Aug 2022 13:18:39 +0100 Subject: [PATCH] docs(pimp-my-style-dom): Fix wrong closing tags in examples --- subjects/pimp-my-style-dom/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/pimp-my-style-dom/README.md b/subjects/pimp-my-style-dom/README.md index 03755fcc..d29a2e07 100644 --- a/subjects/pimp-my-style-dom/README.md +++ b/subjects/pimp-my-style-dom/README.md @@ -20,19 +20,19 @@ Write the body of that function so that the button's class is altered: ``` Example for a `styles` array with only 3 classes: -Page load --> ...adding -Click 1 --> +Click 2 --> ...toggling `unpimp` -Click 3 --> ...and removing backwards -Click 4 --> +Click 5 --> +Click 6 --> ``` ### Notions