You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DryIoc.Docs/FaqAutofacMigration.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ Here the docs describing [Autofac Modules feature](http://docs.autofac.org/en/la
292
292
293
293
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.
294
294
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:
296
296
```cs
297
297
// Here is the AModule
298
298
publicclassAutofacModule : Module
@@ -360,4 +360,4 @@ Example of the dynamic registration of the types started with the `Asp` prefix:
0 commit comments