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

Commit 79d9fd9

Browse files
daviesgeekIgorMinar
authored andcommitted
docs(guide/controller): fixed spelling of spiciness
Closes #7185
1 parent 2dc2265 commit 79d9fd9

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)