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;