Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PereViader committed Sep 21, 2024
1 parent 2c745a6 commit df0006d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SomeService service = container.Resolve<SomeService>();
The configuration of the container is done through Binding extension methods available on `DiContainerBindings` and can only be set during the installation phase.
Any alteration by custom means after the container's creation may result in undefined behaviour.

Calling the Bind method provides a fluent interface through `TypeBinding<TAparent, TConcrete>`.
Calling the Bind method provides a fluent interface through `TypeBinding<TApparent, TConcrete>`.
- Apparent: It's the type that can be used when resolving the container.
- Concrete: It's type of the actual instance behind the scenes.

Expand Down

0 comments on commit df0006d

Please sign in to comment.