Fix typo in readme.

This commit is contained in:
hmln 2015-11-19 00:38:20 -03:00
parent d9254459b7
commit 1d772a0cbe
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ new Clipboard('.btn', {
});
```
Also, with are working with single page apps, you may want to manage the lifecycle of the DOM more precisely. Here's how you clean up the events and objects that we create.
Also, if you are working with single page apps, you may want to manage the lifecycle of the DOM more precisely. Here's how you clean up the events and objects that we create.
```js
var clipboard = new Clipboard('.btn');