aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/overview.ngdoc
diff options
context:
space:
mode:
authorLane Goldberg2013-09-23 21:17:35 -0400
committerBrian Ford2013-09-27 15:43:46 -0700
commit45028e58041567d654528884673905dfc484fb3b (patch)
tree28cb1113a3d1767bebc93f82941617275d49befc /docs/content/guide/overview.ngdoc
parentf2160a4c647a543802f4ac7e5470e6a9e0b74235 (diff)
downloadangular.js-45028e58041567d654528884673905dfc484fb3b.tar.bz2
docs(overview.ngdoc): fix small typo in overview.ngdoc
Diffstat (limited to 'docs/content/guide/overview.ngdoc')
-rw-r--r--docs/content/guide/overview.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc
index 6f51bf7d..0a6494e2 100644
--- a/docs/content/guide/overview.ngdoc
+++ b/docs/content/guide/overview.ngdoc
@@ -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');