Skip to content

Commit 35bb198

Browse files
committed
fix typo in scenario jsdocs
1 parent 97bdf97 commit 35bb198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenario/dsl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ angular.scenario.dsl('binding', function() {
170170
* Usage:
171171
* input(name).enter(value) enters value in input with specified name
172172
* input(name).check() checks checkbox
173-
* input(name).select(value) selects the readio button with specified name/value
173+
* input(name).select(value) selects the radio button with specified name/value
174174
*/
175175
angular.scenario.dsl('input', function() {
176176
var chain = {};

0 commit comments

Comments
 (0)