docs(overview.ngdoc): fix small typo in overview.ngdoc

This commit is contained in:
Lane Goldberg 2013-09-23 21:17:35 -04:00 committed by Brian Ford
parent f2160a4c64
commit 45028e5804

View file

@ -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');