Skip to content

Commit

Permalink
fixes toml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed May 25, 2024
1 parent 2c20cd4 commit 1f4c24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/destinations/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
```

Expand Down

0 comments on commit 1f4c24d

Please sign in to comment.