From 6cde43b0569e8198a8313641f80f3c3857e2fe4d Mon Sep 17 00:00:00 2001 From: Bijan Himself Date: Fri, 26 Jul 2013 10:34:43 -0400 Subject: [PATCH] Update impress.js Fixed typo from "how thing work" to "how things work" --- js/impress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/impress.js b/js/impress.js index 6d83a71..dedcefa 100644 --- a/js/impress.js +++ b/js/impress.js @@ -19,7 +19,7 @@ /*jshint bitwise:true, curly:true, eqeqeq:true, forin:true, latedef:true, newcap:true, noarg:true, noempty:true, undef:true, strict:true, browser:true */ -// You are one of those who like to know how thing work inside? +// You are one of those who like to know how things work inside? // Let me show you the cogs that make impress.js run... (function ( document, window ) { 'use strict';