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

Commit f5f1fd1

Browse files
Andrew Mortimerbtford
Andrew Mortimer
authored andcommitted
docs(guide/controller): fix typo
1 parent 84402b1 commit f5f1fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/controller.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ more information about scope inheritance.
243243
}]);
244244
myApp.controller('GrandChildController', ['$scope', function($scope) {
245245
$scope.timeOfDay = 'evening';
246-
$scope.name = 'Gingerbreak Baby';
246+
$scope.name = 'Gingerbread Baby';
247247
}]);
248248
</file>
249249
</example>

0 commit comments

Comments
 (0)