Skip to content

Commit 4818409

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

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
@@ -22,7 +22,7 @@ public class AuthorizedServiceDisplay
2222
public bool IsAuthorized { get; set; }
2323

2424
/// <summary>
25-
/// Get or sets a value indicating whether an administrator editor can manually provide tokens via the backoffice.
25+
/// Get or sets a value indicating whether an administrator an manually provide tokens via the backoffice.
2626
/// </summary>
2727
[DataMember(Name = "canManuallyProvideToken")]
2828
public bool CanManuallyProvideToken { get; set; }

0 commit comments

Comments
 (0)