Skip to content

Commit

Permalink
docs(inversify-site): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Jan 9, 2025
1 parent d6efacc commit ae90a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Specifies whether the binding is used to provide a resolved value for the given

### Lifecycle handlers

Handlers that are called after a resolved value is provided or a singleton-scoped binding is deactivated.
Handlers that are called after a resolved value is provided or a singleton-scoped binding is deactivated. Refer to the [API docs](/docs/api/binding-syntax#bindingonsyntax) for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Deactivation
import containerApiOnDeactivationSource from '@inversifyjs/code-examples/generated/examples/containerApiOnDeactivation.ts.txt';
import CodeBlock from '@theme/CodeBlock';

Whenever a service is unbound, the deactivation event is dispatched. A deactivation handler receives a resolved value and returns nothing.
Whenever a singleton scoped service is unbound, the deactivation event is dispatched. A deactivation handler receives a resolved value and returns nothing.

<CodeBlock language="ts">{containerApiOnDeactivationSource}</CodeBlock>

Expand Down

0 comments on commit ae90a0e

Please sign in to comment.