Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ac9336b

Browse files
carusogcaitp
authored andcommitted
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
1 parent 7578744 commit ac9336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/controller.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ describe('state', function() {
326326
expect(childScope.timeOfDay).toBe('morning');
327327
expect(childScope.name).toBe('Mattie');
328328
expect(grandChildScope.timeOfDay).toBe('evening');
329-
expect(grandChildScope.name).toBe('Gingerbreak Baby');
329+
expect(grandChildScope.name).toBe('Gingerbread Baby');
330330
});
331331
});
332332
```

0 commit comments

Comments
 (0)