mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(overview.ngdoc): fix small typo in overview.ngdoc
This commit is contained in:
parent
f2160a4c64
commit
45028e5804
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ concepts which the application developer may face:
|
|||
</div>
|
||||
</file>
|
||||
<file name="scenario.js">
|
||||
it('should show of angular binding', function() {
|
||||
it('should show off angular binding', function() {
|
||||
expect(binding('qty * cost')).toEqual('$19.95');
|
||||
input('qty').enter('2');
|
||||
input('cost').enter('5.00');
|
||||
|
|
|
|||
Loading…
Reference in a new issue