From 36e707f04a034a1240c7c5de3a46832f1c94d144 Mon Sep 17 00:00:00 2001 From: kelly-keating Date: Tue, 3 Jul 2018 18:27:32 +1200 Subject: [PATCH] Fix code output --- resources/js-events-and-css-classes-ARTICLE/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js-events-and-css-classes-ARTICLE/README.md b/resources/js-events-and-css-classes-ARTICLE/README.md index fa8ce22..7037584 100644 --- a/resources/js-events-and-css-classes-ARTICLE/README.md +++ b/resources/js-events-and-css-classes-ARTICLE/README.md @@ -184,7 +184,7 @@ Sometimes once we've found an element we'd like to send it to another function t Output: ``` -This element has id: wombat and has the contents: A wombat. +This element has id: wombat and has the contents: Still just a wombat. ```