From 9759a393fb1b643a7cf35569d4ca23596e9a9457 Mon Sep 17 00:00:00 2001 From: Presskopp Date: Sat, 9 Sep 2017 02:00:17 +0200 Subject: [PATCH] fix typo 'the the' --- src/html5shiv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html5shiv.js b/src/html5shiv.js index 45ea723..d064fe9 100644 --- a/src/html5shiv.js +++ b/src/html5shiv.js @@ -21,7 +21,7 @@ /** Name of the expando, to work with multiple documents or to re-shiv one document */ var expando = '_html5shiv'; - /** The id for the the documents expando */ + /** The id for the documents expando */ var expanID = 0; /** Cached data for each document */