Skip to content

Commit c3b599d

Browse files
committed
Fix typo - Exorcism (demon -> daemon)
1 parent 7ef7cb2 commit c3b599d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/accesstokenmanagement/workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77
- /foss/accesstokenmanagement/workers/
88
---
99

10-
A common scenario in worker applications or background tasks (or really any demon-style applications) is to call APIs using an OAuth token obtained via the client credentials flow.
10+
A common scenario in worker applications or background tasks (or really any daemon-style applications) is to call APIs using an OAuth token obtained via the client credentials flow.
1111

1212
The access tokens need to be requested and cached (either locally or shared between multiple instances) and made available to the code calling the APIs. In case of expiration (or other token invalidation reasons), a new access token needs to be requested.
1313

0 commit comments

Comments
 (0)