From d33aad069b1cfbf43208c3ccf71d02b8dc3a2018 Mon Sep 17 00:00:00 2001 From: Simeon Visser Date: Mon, 18 Aug 2014 14:10:41 +0100 Subject: [PATCH] Fixed use of "were" --- js/impress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/impress.js b/js/impress.js index dedcefa..84659a2 100644 --- a/js/impress.js +++ b/js/impress.js @@ -191,7 +191,7 @@ // GLOBALS AND DEFAULTS - // This is were the root elements of all impress.js instances will be kept. + // This is where the root elements of all impress.js instances will be kept. // Yes, this means you can have more than one instance on a page, but I'm not // sure if it makes any sense in practice ;) var roots = {};