Skip to content

Commit c3a846c

Browse files
committed
Merge pull request #759 from paulsnar/patch-1
docs(sample): fix a tiny typo
2 parents ab6daea + 5192db9 commit c3a846c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/states.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ angular.module('uiRouterSample')
170170
// This one is targeting the ui-view="menu" within the parent state's template.
171171
'menuTip': {
172172
// templateProvider is the final method for supplying a template.
173-
// There is: template, templatUrl, and templateProvider.
173+
// There is: template, templateUrl, and templateProvider.
174174
templateProvider: ['$stateParams',
175175
function ( $stateParams) {
176176
// This is just to demonstrate that $stateParams injection works for templateProvider.

0 commit comments

Comments
 (0)