Skip to content

Commit fccb3cb

Browse files
lex111eddyerburgh
authored andcommitted
docs: fix method highlighting (#739)
1 parent 08b36ce commit fccb3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/wrapper/emitted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ expect(wrapper.emitted('foo').length).toBe(2)
4444
expect(wrapper.emitted('foo')[1]).toEqual([123])
4545
```
4646

47-
The `.emitted() method returns the same object every time it is called, not a new one, and so the object will update when new events are fired:
47+
The `.emitted()` method returns the same object every time it is called, not a new one, and so the object will update when new events are fired:
4848

4949
```js
5050
const emitted = wrapper.emitted()

0 commit comments

Comments
 (0)