Skip to content

Commit 773b397

Browse files
authored
Trigger GitBook Checks
1 parent a739142 commit 773b397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/reference/templating/modelsbuilder/understand-and-extend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For more complex customizations, use the full version of [Models Builder](https:
149149

150150
### Custom Model Generation with IModelsGenerator
151151

152-
From Umbraco 11.4, you can implement the `IModelsGenerator` interface hto customize how models are generated. This allows you to replace Umbraco’s default implementation using dependency injection:
152+
From Umbraco 11.4, you can implement the `IModelsGenerator` interface to customize how models are generated. This allows you to replace Umbraco’s default implementation using dependency injection:
153153

154154
The interface can be accessed via `Infrastructure.ModelsBuilder.Building.ModelsGenerator`.
155155

0 commit comments

Comments
 (0)