fix typo in scenario jsdocs

This commit is contained in:
Igor Minar 2011-04-22 23:10:07 -07:00
parent 97bdf979a1
commit 35bb19856c

View file

@ -170,7 +170,7 @@ angular.scenario.dsl('binding', function() {
* Usage:
* input(name).enter(value) enters value in input with specified name
* input(name).check() checks checkbox
* input(name).select(value) selects the readio button with specified name/value
* input(name).select(value) selects the radio button with specified name/value
*/
angular.scenario.dsl('input', function() {
var chain = {};