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) => {
|
it('does stuff', inject([MyService], (service) => {
|
||||||
// actual test
|
// actual test
|
||||||
});
|
}));
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user