Skip to content

Commit f02673c

Browse files
committed
Add a missing space after ","
1 parent bab8692 commit f02673c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-a-plugin/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Tooling
99

10-
Most plugins use [mocha](https://github.com/mochajs/mocha),[should](https://github.com/shouldjs/should.js) and [event-stream](https://github.com/dominictarr/event-stream) to help them test. The following examples will use these tools.
10+
Most plugins use [mocha](https://github.com/mochajs/mocha), [should](https://github.com/shouldjs/should.js) and [event-stream](https://github.com/dominictarr/event-stream) to help them test. The following examples will use these tools.
1111

1212

1313
## Testing plugins for streaming mode

0 commit comments

Comments
 (0)