Fix a typo in Readme
`destory` → `destroy`
This commit is contained in:
parent
e0d6243f24
commit
db65fe0f6a
@ -174,7 +174,7 @@ If the size of your container or content changes, call `update`.
|
|||||||
Ps.update(container);
|
Ps.update(container);
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to destory the scrollbar, use `destroy`.
|
If you want to destroy the scrollbar, use `destroy`.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
Ps.destroy(container);
|
Ps.destroy(container);
|
||||||
|
Loading…
Reference in New Issue
Block a user