Skip to content

Commit

Permalink
Remove unwanted whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgordstewart committed Nov 23, 2016
1 parent 8893613 commit f0beeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In your router and controller tests, add `'service:router-scroll',` it as a depe
```js
//{your-app}}/tests/unit/routes/{{your-route}}.js
needs:[ 'service:router-scroll '],
needs:[ 'service:router-scroll' ],
```
### Step 5: Profit
Expand Down

0 comments on commit f0beeda

Please sign in to comment.