Skip to content

Commit 44b0e01

Browse files
acoumbAndyButland
andauthored
Update src/Umbraco.AuthorizedServices/Models/AuthorizedServiceDisplay.cs
Co-authored-by: Andy Butland <[email protected]>
1 parent 4818409 commit 44b0e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.AuthorizedServices/Models/AuthorizedServiceDisplay.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AuthorizedServiceDisplay
2828
public bool CanManuallyProvideToken { get; set; }
2929

3030
/// <summary>
31-
/// Get or sets a value indicating whether an administrator editor can manually provide API keys via the backoffice.
31+
/// Get or sets a value indicating whether an administrator can manually provide API keys via the backoffice.
3232
/// </summary>
3333
[DataMember(Name = "canManuallyProvideApiKey")]
3434
public bool CanManuallyProvideApiKey { get; set; }

0 commit comments

Comments
 (0)