Skip to content

Commit 990bd4f

Browse files
committed
rewrite admonition
1 parent 3fef73a commit 990bd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/integrations/programming/api_clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ client = ApifyClient(token='YOUR_API_TOKEN')
6363

6464
:::caution Protect your token
6565

66-
Avoid hardcoding your `API token`. Use an environment variable instead, especially for code in a public repository.
66+
Avoid hardcoding `API token`. Use an [environment variable](https://en.wikipedia.org/wiki/Environment_variable) instead, especially for code in a public repository.
6767

6868
:::
6969

0 commit comments

Comments
 (0)