Fix a typo in Readme

`destory` → `destroy`
This commit is contained in:
Prayag Verma 2016-02-21 19:11:10 +05:30
parent e0d6243f24
commit db65fe0f6a

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);