From 45028e58041567d654528884673905dfc484fb3b Mon Sep 17 00:00:00 2001 From: Lane Goldberg Date: Mon, 23 Sep 2013 21:17:35 -0400 Subject: docs(overview.ngdoc): fix small typo in overview.ngdoc --- docs/content/guide/overview.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') 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: - 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'); -- cgit v1.2.3