Skip to content

Commit

Permalink
Remove code markup in credentials/advanced.md (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Oct 1, 2024
1 parent 90fc2aa commit a76a06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/credentials/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords: [credentials, secrets.toml, secrets, config, configuration, environmen

## Injection mechanism

`dlt` has a special treatment for functions decorated with `@dlt.source`, `@dlt.resource`, and `@dlt.destination`. When such a function is called, `dlt` takes the argument names in the signature and supplies (`injects`) the required values by looking for them in [various config providers](setup).
`dlt` has a special treatment for functions decorated with `@dlt.source`, `@dlt.resource`, and `@dlt.destination`. When such a function is called, `dlt` takes the argument names in the signature and supplies (injects) the required values by looking for them in [various config providers](setup).

### Injection rules

Expand Down

0 comments on commit a76a06d

Please sign in to comment.