Skip to content

Commit

Permalink
Add a missing space after ","
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed May 15, 2015
1 parent bab8692 commit f02673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-a-plugin/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Tooling

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.
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.


## Testing plugins for streaming mode
Expand Down

0 comments on commit f02673c

Please sign in to comment.