Skip to content

Commit 8bf4c80

Browse files
author
Matt Bridges
committed
Fixing syntax highlighting
Missing ending back ticks were throwing off the entire rest of the file's content and code highlighting
1 parent 14ae061 commit 8bf4c80

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)