Skip to content

Commit d1ebfef

Browse files
pertrai1scottgonzalez
authored andcommitted
Tweaked wording for introduction-to-custom-events.md
1 parent 440b7cf commit d1ebfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/events/introduction-to-custom-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $( ".switch, .clapper" ).click(function() {
7272
});
7373
```
7474

75-
This last bit of code is not that exciting, but something important has happened: we've moved the behavior of the lightbulb to the lightbulb, and away from the switches and the clapper.
75+
This last bit of code is not that exciting, but something important has happened: we've moved the behavior of the lightbulb away from the switches and the clapper and to the lightbulb itself.
7676

7777
Let's make our example a little more interesting. We'll add another room to our house, along with a master switch, as shown here:
7878

0 commit comments

Comments
 (0)