docs(tutorial/step_11): fix indenting in an example

Closes #5322
This commit is contained in:
Jesse Browne
2013-12-07 17:11:43 -08:00
committed by Pete Bacon Darwin
parent 6e2359caa0
commit 74b4ab8867
+1 -1
View File
@@ -185,7 +185,7 @@ describe('PhoneCat controllers', function() {
xyzPhoneData = function() {
return {
name: 'phone xyz',
images: ['image/url1.png', 'image/url2.png']
images: ['image/url1.png', 'image/url2.png']
}
};