Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #5 from adamsanderson/patch-1
Browse files Browse the repository at this point in the history
Update README - Fixed Tiny Typo
  • Loading branch information
rvagg committed Nov 2, 2012
2 parents bea1f22 + b993129 commit 4ccda7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ This bit of crazyness comes from Traversty's integration tests. The bulk of this
```js
var $ = traversty
$.setSelectorEngine(qwery)
$('#fixtures > ul') // Traversty operates on collecitons of elements
$('#fixtures > ul') // Traversty operates on collections of elements
.down(0).css('color', 'red')
.next('li', 1).css('color', 'green')
.next().down('li', 2).css('color', 'blue')
Expand Down

0 comments on commit 4ccda7d

Please sign in to comment.