Skip to content

Commit

Permalink
Fix typo in registry-dsl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ile-monad authored and jeremydmiller committed Dec 14, 2023
1 parent 608248a commit c994c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ioc/registration/registry-dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ for a certain service type wins. So no more special meaning to Use() vs. Add().
:::

**There is no difference in behavior between *Use* and *Add* in Lamar**. The two methods are synonyms and
mostly remain in Lamar to provide and easier migration path from [StructureMap](https://structuremap.github.io). The
mostly remain in Lamar to provide and easier migration path from [StructureMap](https://structuremap.github.io).

## Registrations with For().Use()/Add()

Expand Down

0 comments on commit c994c37

Please sign in to comment.