Skip to content

Commit 968103e

Browse files
committed
Merge branch 'pr/432'
2 parents a9711df + 7992ab2 commit 968103e

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
@@ -252,7 +252,7 @@ var $wrapper = $( "<div />" )
252252
$wrapper.append( "..." ); // Easy to reference later...
253253
```
254254

255-
Notice that we've created a reference to the injected wrapper and we're also calling the ´.attr()` method to add any specified attributes to the element. So, in our settings it might be handled like this:
255+
Notice that we've created a reference to the injected wrapper and we're also calling the `.attr()` method to add any specified attributes to the element. So, in our settings it might be handled like this:
256256

257257
```
258258
var defaults = {

0 commit comments

Comments
 (0)