diff options
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/overview.ngdoc | 2 | 
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');  | 
