Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74b4ab8

Browse files
jesse-brownepetebacondarwin
authored andcommitted
docs(tutorial/step_11): fix indenting in an example
Closes angular#5322
1 parent 6e2359c commit 74b4ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_11.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ describe('PhoneCat controllers', function() {
185185
xyzPhoneData = function() {
186186
return {
187187
name: 'phone xyz',
188-
images: ['image/url1.png', 'image/url2.png']
188+
images: ['image/url1.png', 'image/url2.png']
189189
}
190190
};
191191

0 commit comments

Comments
 (0)