Skip to content

Commit

Permalink
Fixed typo on 'filter'
Browse files Browse the repository at this point in the history
  • Loading branch information
klamping committed Feb 19, 2013
1 parent 2d46f4a commit e52bcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -90,7 +90,7 @@ This will run Yeti with a 120 second timeout:
You can specify query string parameters to add to your test URLs.
This can be used to pass information to your tests that control its behavior.

This will append `?fliter=coverage` to your tests, which is used by the tests
This will append `?filter=coverage` to your tests, which is used by the tests
for the [YUI Library][YUI] to trigger loading instrumented code.

$ yeti --query 'filter=coverage' test/*.html
Expand Down

0 comments on commit e52bcaa

Please sign in to comment.