Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit dc5ec7f

Browse files
committed
Merge pull request #11225 from petetnt/petetnt/appinit-doc-improvement
Fix errors in src/utils/AppInit.js documentation
2 parents 015400e + fa39361 commit dc5ec7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/AppInit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
/**
2929
* Defines hooks to assist with module initialization.
3030
*
31-
* This module defines 2 methods for client modules to attach callbacks:
31+
* This module defines 3 methods for client modules to attach callbacks:
3232
* - htmlReady - When the main application template is rendered
33-
* - extensionsRead - When the extension manager has loaded all extensions
33+
* - extensionsLoaded - When the extension manager has loaded all extensions
3434
* - appReady - When Brackets completes loading all modules and extensions
3535
*
3636
* These are *not* jQuery events. Each method is similar to $(document).ready

0 commit comments

Comments
 (0)