Skip to content

Commit 1e8ed11

Browse files
authored
Fix typo - Exorcism (demon -> daemon) (#690)
1 parent c64b84b commit 1e8ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)