diff --git a/index.html b/index.html index b0f2ae8..3eed523 100644 --- a/index.html +++ b/index.html @@ -173,7 +173,7 @@ clipboard.on('error', function(e) { } }); -

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.

var clipboard = new Clipboard('.btn');
 clipboard.destroy();