From d06551505bcf9a51543e589238c84d43a8dd082f Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Thu, 19 Nov 2015 07:22:37 -0800 Subject: [PATCH] Fix typo #134 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();