diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/scenario/dsl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenario/dsl.js b/src/scenario/dsl.js index 3f5fa3ba..13101fe9 100644 --- a/src/scenario/dsl.js +++ b/src/scenario/dsl.js @@ -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 = {}; |
