From 7a99f0435b06751921e62ad7c749b0cfc17a794d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 27 Feb 2017 08:56:32 -0800 Subject: [PATCH] Fix typo in comment --- lib/browser/api/exports/electron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/browser/api/exports/electron.js b/lib/browser/api/exports/electron.js index 2a3f1d97c40f..11698f1df557 100644 --- a/lib/browser/api/exports/electron.js +++ b/lib/browser/api/exports/electron.js @@ -4,7 +4,7 @@ const common = require('../../../common/api/exports/electron') common.defineProperties(exports) Object.defineProperties(exports, { - // Browser side modules, please sort alphabetically alphabet order. + // Browser side modules, please sort alphabetically. // Any modules added here must also be added to the browserModules array // in remote.js app: {