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