Skip to content

Commit 2792b98

Browse files
committed
(docs): Fix typo
1 parent ad8c981 commit 2792b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docs/angular-meteor/client/views/steps/tutorial.step_02.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ going through minification.
124124

125125
angular-meteor uses that process automatically. all you need to do is to change your .js files endings to .ng.js
126126

127-
then you can write your dependency injection like that:
127+
then you can write your dependency injection like this:
128128

129129
angular.module("socially").controller("PartiesListCtrl",
130130
function($scope){

0 commit comments

Comments
 (0)