Skip to content

Commit fcbdb4b

Browse files
authored
Update ninject.md
1 parent 994e0fa commit fcbdb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nservicebus/dependency-injection/ninject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ snippet: Ninject_Existing
2424

2525
### Unit of work
2626

27-
It is possible to bind to use an _Unit of Work_ scope, which corresponds to the `DependencyLifecycle.InstancePerUnitOfWork` lifecycle, when registering components with `configuration.RegisterComponents(...)`.
27+
When registering components with `configuration.RegisterComponents(...)`, it is possible to bind a service using a _Unit of Work_ scope, which corresponds to the `DependencyLifecycle.InstancePerUnitOfWork` lifecycle.
2828

2929
In essence, bindings using _Unit of Work_ scope
3030

31-
- will be instantiated only once per transport Message
31+
- will be instantiated only once per transport message
3232
- will be disposed when message processing finishes
3333

3434
Bind the services in _Unit of Work_ scope using:

0 commit comments

Comments
 (0)