From 5681c5e8f8c9c334d2f2e8358792f9c15b34e077 Mon Sep 17 00:00:00 2001 From: Klein Lieu Date: Thu, 9 Apr 2015 12:51:55 -0700 Subject: [PATCH] Fixing comment typo --- Libraries/Utilities/ErrorUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Utilities/ErrorUtils.js b/Libraries/Utilities/ErrorUtils.js index 666d536be32232..5fdd6e83877e0e 100644 --- a/Libraries/Utilities/ErrorUtils.js +++ b/Libraries/Utilities/ErrorUtils.js @@ -21,6 +21,6 @@ var GLOBAL = this; * * However, we still want to treat ErrorUtils as a module so that other modules * that use it aren't just using a global variable, so simply export the global - * variable here. ErrorUtils is original defined in a file named error-guard.js. + * variable here. ErrorUtils is originally defined in a file named error-guard.js. */ module.exports = GLOBAL.ErrorUtils;