Skip to content

Commit 6ab7add

Browse files
daviesgeekIgorMinar
authored andcommitted
docs(guide/controller): fixed spelling of spiciness
Closes angular#7185
1 parent 7bcaf39 commit 6ab7add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/controller.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ involves injecting the {@link ng.$rootScope $rootScope} and {@link ng.$controlle
273273

274274
myApp.controller('MyController', function($scope) {
275275
$scope.spices = [{"name":"pasilla", "spiciness":"mild"},
276-
{"name":"jalapeno", "spiceiness":"hot hot hot!"},
277-
{"name":"habanero", "spiceness":"LAVA HOT!!"}];
276+
{"name":"jalapeno", "spiciness":"hot hot hot!"},
277+
{"name":"habanero", "spiciness":"LAVA HOT!!"}];
278278
$scope.spice = "habanero";
279279
});
280280
```

0 commit comments

Comments
 (0)