mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix typo in scenario jsdocs
This commit is contained in:
parent
97bdf979a1
commit
35bb19856c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue