From a76a06d9a8032e4bcb64739ce0384b35dbab0977 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Tue, 1 Oct 2024 21:36:49 +0200 Subject: [PATCH] Remove code markup in credentials/advanced.md (#1911) --- docs/website/docs/general-usage/credentials/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/credentials/advanced.md b/docs/website/docs/general-usage/credentials/advanced.md index ad1adaa8f2..f4b2ad0d11 100644 --- a/docs/website/docs/general-usage/credentials/advanced.md +++ b/docs/website/docs/general-usage/credentials/advanced.md @@ -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