Skip to content

Commit aa2ec20

Browse files
authored
Another GitBook check
1 parent 89385a0 commit aa2ec20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-ui-builder/getting-started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Umbraco UI Builder can be configured directly via the `AddUIBuilder` extension m
88

99
## AddUIBuilder
1010

11-
To configure Umbraco UI Builder via the `AddUIBuilder` extension method, you can look at the `Program.cs` file at the root of your web project. From within this file, before the call to `AddComposers()` we can add our `AddUIBuilder` configuration.
11+
To configure Umbraco UI Builder via the `AddUIBuilder` extension method, you can look at the `Program.cs` file at the root of your web project. From within this file, before the call to `AddComposers()` you can add the `AddUIBuilder` configuration.
1212

1313
Alternatively, if your project is upgraded from earlier versions, you can add the configuration to the `Startup.cs` file.
1414

0 commit comments

Comments
 (0)