docs(guide/controllers): Just a typo

Gingerbreak would break testing. :)

Oh my gosh he's right, it totally w/ould. That is so embarrassing!

Closes #10353
This commit is contained in:
Giuseppe Caruso
2014-12-06 21:45:09 +01:00
committed by Caitlin Potter
parent 41f03e4b02
commit ee29819dba

View File

@@ -326,7 +326,7 @@ describe('state', function() {
expect(childScope.timeOfDay).toBe('morning');
expect(childScope.name).toBe('Mattie');
expect(grandChildScope.timeOfDay).toBe('evening');
expect(grandChildScope.name).toBe('Gingerbreak Baby');
expect(grandChildScope.name).toBe('Gingerbread Baby');
});
});
```