Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 89366bd

Browse files
Rolandbtford
Roland
authored andcommitted
docs(guide): remove superfluous });
1 parent 78efa0e commit 89366bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/content/tutorial/step_05.ngdoc

-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ Finally, we verify that the default value of `orderProp` is set correctly:
207207
it('should set the default value of orderProp model', function() {
208208
expect(scope.orderProp).toBe('age');
209209
});
210-
});
211-
});
212210
</pre>
213211

214212
You should now see the following output in the Karma tab:

0 commit comments

Comments
 (0)