docs(changelog): added missing closing parenthesis (#10783)
This commit is contained in:
parent
73a9ee4a05
commit
b77a3794b8
|
@ -619,7 +619,7 @@
|
|||
|
||||
it('does stuff', inject([MyService], (service) => {
|
||||
// actual test
|
||||
});
|
||||
}));
|
||||
});
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue