diff --git a/docs/website/docs/dlt-ecosystem/destinations/filesystem.md b/docs/website/docs/dlt-ecosystem/destinations/filesystem.md index 17618d5b5b..1087bca031 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/filesystem.md +++ b/docs/website/docs/dlt-ecosystem/destinations/filesystem.md @@ -184,7 +184,7 @@ bucket_url = "az://[your_container name]" # replace with your container name [destination.filesystem.credentials] azure_client_id = "client_id" # please set me up! -azure_client_secret = "client_secret +azure_client_secret = "client_secret" azure_tenant_id = "tenant_id" # please set me up! ```