Skip to content

Commit 2e3626c

Browse files
omarshammasajpiano
authored andcommitted
Fixing typo in an example on using-jquery-core/traversing.md. Fixes #229.
1 parent 64c8fc7 commit 2e3626c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/traversing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $("div.parent").nextAll().last();
9191
//Selecting all the previous siblings of the selector
9292
9393
// returns [ div.surrogateParent1, div.parent ]
94-
$("div.pasurrogateParent2rent").prevAll();
94+
$("div.surrogateParent2").prevAll();
9595
// returns [ div.surrogateParent1 ]
9696
$("div.surrogateParent2").prevAll().first();
9797
// returns [ div.parent ]

0 commit comments

Comments
 (0)