Skip to content

Commit 84ab913

Browse files
authored
Correct builder name
1 parent bedf286 commit 84ab913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/extending/flag-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ internal class MyDocumentFlagProvider : IFlagProvider
7878
The flag provider needs to be registered with Umbraco in a composer or application startup with:
7979

8080
```csharp
81-
builder.FlagProviders()
81+
builder.SignProviders()
8282
.Append<MyDocumentFlagProvider>();
8383
```
8484

0 commit comments

Comments
 (0)