diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md index 892ea432bd..d199440fad 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md @@ -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"], }, ... },