Skip to content

Commit eb3f516

Browse files
committed
Fix attribution metadata on event-basics.md
1 parent abffbf8 commit eb3f516

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

page/events/event-basics.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: jQuery Event Basics
3-
attribution: jQuery Fundamentals
3+
attribution:
4+
- jQuery Fundamentals
45
level: beginner
56
---
67

@@ -233,4 +234,4 @@ function firstEvent(eventObject){
233234

234235
In this case, the `firstEvent` function will be executed once *for each event*. For the snippet above, this means
235236
that once an input element gains focus, the handler function will still execute for the first keydown event on that
236-
element.
237+
element.

0 commit comments

Comments
 (0)