Skip to content

Commit

Permalink
Update internals-module-container.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Aug 20, 2018
1 parent b294d6f commit 30c5244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/api/internals-module-container.md
Expand Up @@ -83,6 +83,6 @@ We can register hooks on certain life cycle events.

Hook | Arguments | When
--------------------------|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------
`modules:before` | moduleContainer, options | Called before creating ModuleContainer class, useful to overload methods and options.
`modules:done` | moduleContainer | Called when all modules has been loaded.
`modules:before` | (moduleContainer, options) | Called before creating ModuleContainer class, useful to overload methods and options.
`modules:done` | (moduleContainer) | Called when all modules has been loaded.

0 comments on commit 30c5244

Please sign in to comment.