Skip to content

Commit

Permalink
general text improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco 'Gatto' Boffo committed Nov 28, 2016
1 parent 5530ee6 commit f2f6544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Vue.use(VueViewports, { 420: 'mobile', 768: 'tablet', 1024: 'desktop', 1920: 'hd
- `$viewportsUpdateEventName`: the event name, called on window (you can catch it if needed)

## Testing
- This software uses [mocha](https://mochajs.org/) as testing framework
This software uses [mocha](https://mochajs.org/) as testing framework

- Clone this repository
- `cd vue-viewports`
- `npm install`
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('VueViewports', () => {
})

describe('install', () => {
it ('should set the name event correctly', () => {
it ('should set the event\'s name correctly', () => {
VueViewports.install(Vue, defaults)
assert.equal(Vue.prototype.$viewportsUpdateEventName, 'VueViewports$updateCurrentViewport')
})
Expand Down

0 comments on commit f2f6544

Please sign in to comment.