Skip to content

Commit

Permalink
Merge pull request gulpjs#1069 from stevemao/patch-1
Browse files Browse the repository at this point in the history
Add a missing space after ","
  • Loading branch information
contra committed May 15, 2015
2 parents bab8692 + f02673c commit a3069e0
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 a3069e0

Please sign in to comment.