diff --git a/src/utils/AppInit.js b/src/utils/AppInit.js index 69ada3fff61..15627603588 100644 --- a/src/utils/AppInit.js +++ b/src/utils/AppInit.js @@ -28,9 +28,9 @@ /** * Defines hooks to assist with module initialization. * - * This module defines 2 methods for client modules to attach callbacks: + * This module defines 3 methods for client modules to attach callbacks: * - htmlReady - When the main application template is rendered - * - extensionsRead - When the extension manager has loaded all extensions + * - extensionsLoaded - When the extension manager has loaded all extensions * - appReady - When Brackets completes loading all modules and extensions * * These are *not* jQuery events. Each method is similar to $(document).ready