diff options
| author | Igor Minar | 2011-04-22 23:10:07 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-04-22 23:10:07 -0700 |
| commit | 35bb19856cc8f3d8923305869c0d4ffa4a03aa8f (patch) | |
| tree | 00229ceea01311ae8ed2f911a7ea78b3ea9feb60 | |
| parent | 97bdf979a165d9709476766a6a81f46a3e591ae6 (diff) | |
| download | angular.js-35bb19856cc8f3d8923305869c0d4ffa4a03aa8f.tar.bz2 | |
fix typo in scenario jsdocs
| -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 = {}; |
