From ee29819dbaa32cfae78ce81b08bcecbfba73298e Mon Sep 17 00:00:00 2001 From: Giuseppe Caruso Date: Sat, 6 Dec 2014 21:45:09 +0100 Subject: [PATCH] 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 --- docs/content/guide/controller.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/controller.ngdoc b/docs/content/guide/controller.ngdoc index ea86b13b..6656b540 100644 --- a/docs/content/guide/controller.ngdoc +++ b/docs/content/guide/controller.ngdoc @@ -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'); }); }); ```