From ce170367d87b42907022a676e047f84bda3dbfb2 Mon Sep 17 00:00:00 2001 From: ile-monad <132447448+ile-monad@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:29:13 +0200 Subject: [PATCH] Fix typo in registry-dsl.md --- docs/guide/ioc/registration/registry-dsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/ioc/registration/registry-dsl.md b/docs/guide/ioc/registration/registry-dsl.md index 48dc0827..14a312d3 100644 --- a/docs/guide/ioc/registration/registry-dsl.md +++ b/docs/guide/ioc/registration/registry-dsl.md @@ -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()