Skip to content

Commit 5402362

Browse files
committed
Merge pull request jquery#210 from mattdbridges/patch-1
Fixing syntax highlighting in Basic Plugin Authoring article
2 parents 6d38b9d + c820e8a commit 5402362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/plugins/basic-plugin-creation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ It would be much better to have one slot, and use parameters to control what act
123123
124124
};
125125
}( jQuery ));
126-
126+
```
127127

128128
## Using the `each()` Method
129129
Your typical jQuery object will contain references to any number of DOM elements, and that's why jQuery objects are often referred to as collections.

0 commit comments

Comments
 (0)