Skip to content

Commit 77d903d

Browse files
Merge pull request #2415 from Celleb/patch-1
Fixed spelling in dynamic-module.md
2 parents 4814ccc + f5cc9eb commit 77d903d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/dynamic-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Since the `registerAsync` method (or `forRootAsync` or any other name, depending
398398
export class AppModule {}
399399
```
400400

401-
This class, by default, must provide the `create()` method that reuturns a module configuration object. However, if your library follows a different naming convention, you can change that behavior and instruct `ConfigurableModuleBuilder` to expect a different method, for example, `createConfigOptions`, using the `ConfigurableModuleBuilder#setFactoryMethodName` method:
401+
This class, by default, must provide the `create()` method that returns a module configuration object. However, if your library follows a different naming convention, you can change that behavior and instruct `ConfigurableModuleBuilder` to expect a different method, for example, `createConfigOptions`, using the `ConfigurableModuleBuilder#setFactoryMethodName` method:
402402

403403
```typescript
404404
@@filename(config.module-definition)

0 commit comments

Comments
 (0)