refs #717 - fixed typo in readme
correct misspelled 'bootsrap' to 'bootstrap' Fix #717
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -45,7 +45,7 @@ First [install CasperJS](http://docs.casperjs.org/en/latest/installation.html), | ... | @@ -45,7 +45,7 @@ First [install CasperJS](http://docs.casperjs.org/en/latest/installation.html), |
45 | Sample test to see if some dropdown can be opened: | 45 | Sample test to see if some dropdown can be opened: |
46 | 46 | ||
47 | ```javascript | 47 | ```javascript |
48 | casper.test.begin('a twitter bootsrap dropdown can be opened', 2, function(test) { | 48 | casper.test.begin('a twitter bootstrap dropdown can be opened', 2, function(test) { |
49 | casper.start('http://twitter.github.com/bootstrap/javascript.html#dropdowns', function() { | 49 | casper.start('http://twitter.github.com/bootstrap/javascript.html#dropdowns', function() { |
50 | test.assertExists('#navbar-example'); | 50 | test.assertExists('#navbar-example'); |
51 | this.click('#dropdowns .nav-pills .dropdown:last-of-type a.dropdown-toggle'); | 51 | this.click('#dropdowns .nav-pills .dropdown:last-of-type a.dropdown-toggle'); | ... | ... |
-
Please register or sign in to post a comment