Skip to content

Commit 5618a4c

Browse files
committed
Make the linter happy
1 parent 678b14c commit 5618a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

15/umbraco-cms/fundamentals/data/users/api-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ An API User is identical to a [regular User](README.md) except from one thing: I
1111

1212
Instead, API Users hold the Client Credentials used to authorize against the Management API. When an external source authorizes with the Client Credentials, it effectively assumes the identity of the API User.
1313

14-
Since API Users are otherwise identical to regular Users, their back-office access can be controlled in the same way. This allows for imposing very detailed access control on the external sources connected to the Management API.
14+
Since API Users are otherwise identical to regular Users, their backoffice access can be controlled in the same way. This allows for imposing detailed access control on the external sources connected to the Management API.
1515

16-
![An API User in the back-office](../images/api-user.png)
16+
![An API User in the backoffice](../images/api-user.png)
1717

1818
{% hint style="info" %}
1919
Client IDs for API Users are explicitly prefixed with `umbraco-back-office-`. This guards against API Users accidentally taking over one of the Client IDs used by the Umbraco core.

0 commit comments

Comments
 (0)