Skip to content

Commit 37f7ae5

Browse files
genutjvantoll
authored andcommitted
Typo: Change "brackets" to "parentheses"
1 parent c8054c5 commit 37f7ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/plugins/basic-plugin-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Here's an example of a small plugin using some of the techniques we've discussed
199199
$( "a" ).showLinkLocation();
200200
```
201201

202-
This handy plugin goes through all anchors in the collection and appends the `href` attribute in brackets.
202+
This handy plugin goes through all anchors in the collection and appends the `href` attribute in parentheses.
203203

204204
```
205205
<!-- Before plugin is called: -->

0 commit comments

Comments
 (0)