Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 45028e5

Browse files
builtbylanebtford
authored andcommitted
docs(overview.ngdoc): fix small typo in overview.ngdoc
1 parent f2160a4 commit 45028e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/overview.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ concepts which the application developer may face:
9999
</div>
100100
</file>
101101
<file name="scenario.js">
102-
it('should show of angular binding', function() {
102+
it('should show off angular binding', function() {
103103
expect(binding('qty * cost')).toEqual('$19.95');
104104
input('qty').enter('2');
105105
input('cost').enter('5.00');

0 commit comments

Comments
 (0)