Skip to content

Commit

Permalink
remove extra space (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-phillips authored and timdorr committed Oct 6, 2018
1 parent 0db9612 commit db5f8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/WritingTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and configure it to use [babel-preset-env](https://github.com/babel/babel/tree/m

```js
{
"presets": ["@babel/preset-env"]
"presets": ["@babel/preset-env"]
}
```

Expand Down

0 comments on commit db5f8d1

Please sign in to comment.