Skip to content

Commit 42bce3b

Browse files
author
Markus Amalthea Magnuson
committed
andif -> and if
1 parent ee2dee2 commit 42bce3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/plugins/advanced-plugin-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ $.fn.hilight = function( options ) {
189189
190190
// build element specific options
191191
// This changed line tests to see if the Metadata Plugin is installed,
192-
// andif it is, it extends our options object with the extracted metadata.
192+
// and if it is, it extends our options object with the extracted metadata.
193193
var o = $.meta ? $.extend( {}, opts, $this.data() ) : opts;
194194
195195
//...

0 commit comments

Comments
 (0)