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/basics/dynamic-modules.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The `DynamicModule` instance is used when the module requires some configuration
33
33
while the `ModuleSetup` instance is used when the module does not require any additional configuration outside the ones provided in the application config.
34
34
35
35
## **DynamicModule**
36
-
`DynamicModule` is a dataclass type that is used **override**`Module` decorated attributes at easy without having to modify the module code directly.
36
+
`DynamicModule` is a dataclass type that is used to **override**`Module` decorated attributes without having to modify the module code directly.
37
37
In other words, it gives you the flexibility to reconfigure module.
0 commit comments