diff options
Diffstat (limited to 'docs/content/tutorial/step_11.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_11.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 3d474583..450bf679 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -129,7 +129,7 @@ __`test/unit/controllersSpec.js`:__  <pre>  describe('PhoneCat controllers', function() { -  beforeEach(function(){ +  beforeEach(function() {      this.addMatchers({        toEqualData: function(expected) {          return angular.equals(this.actual, expected); | 
