docs(changelog): added missing closing parenthesis (#10783)

This commit is contained in:
Cindy 2016-08-16 21:37:24 -05:00 committed by vikerman
parent 73a9ee4a05
commit b77a3794b8
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@
it('does stuff', inject([MyService], (service) => {
// actual test
});
}));
});
```