Merge pull request #461 from pra85/patch-1

Fix a typo in Readme
This commit is contained in:
Jun
2016-02-22 01:28:45 +09:00

View File

@@ -174,7 +174,7 @@ If the size of your container or content changes, call `update`.
Ps.update(container);
```
If you want to destory the scrollbar, use `destroy`.
If you want to destroy the scrollbar, use `destroy`.
```javascript
Ps.destroy(container);