Skip to content

Commit 5306b4f

Browse files
committed
Merge pull request Urigo#311 from robdotis/patch-1
Update tutorial.step_04.tpl
2 parents d98062b + daf3336 commit 5306b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ First let's replace our push to save in the add button action:
180180

181181
<btf-markdown>
182182

183-
There isn't a lot of difference here accept a little bit of performance, but now let's change our remove function:
183+
There isn't a lot of difference here except a little bit of performance, but now let's change our remove function:
184184

185185
$scope.remove = function(party){
186186
$scope.parties.remove(party);

0 commit comments

Comments
 (0)