Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed May 10, 2024
1 parent a96a32a commit 07a6f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ To specify the authentication configuration, use the `auth` field in the [client
"client": {
"auth": {
"type": "bearer",
"token": dltd.secrets["your_api_token"],
"token": dlt.secrets["your_api_token"],
},
...
},
Expand Down

0 comments on commit 07a6f2e

Please sign in to comment.