From db65fe0f6aebee1da0a2e2028e0d8ef897c8600c Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sun, 21 Feb 2016 19:11:10 +0530 Subject: [PATCH] Fix a typo in Readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `destory` → `destroy` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f8609..042c671 100644 --- a/README.md +++ b/README.md @@ -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);