Skip to content

Commit c1418dc

Browse files
authored
Merge pull request #132 from artemyfmv/patch-1
Fix grammar error in dynamic-modules.md
2 parents 7bbc3c5 + e4328bb commit c1418dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/dynamic-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The `DynamicModule` instance is used when the module requires some configuration
3333
while the `ModuleSetup` instance is used when the module does not require any additional configuration outside the ones provided in the application config.
3434

3535
## **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.
3737
In other words, it gives you the flexibility to reconfigure module.
3838

3939
For example: Lets look at the code below:

0 commit comments

Comments
 (0)