Skip to content

Commit e6464be

Browse files
authored
Update FaqAutofacMigration.md
1 parent 0cbdb2d commit e6464be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DryIoc.Docs/FaqAutofacMigration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Here the docs describing [Autofac Modules feature](http://docs.autofac.org/en/la
292292

293293
They major responsibility of Module to be the unit of configuration and registration. Actually the Module plays the role of [Facade](https://en.wikipedia.org/wiki/Facade_pattern) to hide some related registrations behind.
294294

295-
Here is the how defining and using the module looks like in Autofac:
295+
Here is the example of module definition and usage in Autofac:
296296
```cs
297297
// Here is the AModule
298298
public class AutofacModule : Module
@@ -360,4 +360,4 @@ Example of the dynamic registration of the types started with the `Asp` prefix:
360360
}
361361

362362
container = container.With(rules => rules.WithDynamicRegistrations(GetAspTypes));
363-
```
363+
```

0 commit comments

Comments
 (0)