docs: Fix download_file documentation (#45517)

Fix a small error in the docs for the extension capabilities

Release Notes:

- N/A
This commit is contained in:
Alejandro Fernández Gómez
2025-12-22 11:17:26 +01:00
committed by GitHub
parent 746b76488c
commit cff3ac6f93

View File

@@ -62,7 +62,7 @@ The `download_file` capability grants extensions the ability to download files u
To allow any file to be downloaded:
```toml
{ kind = "download_file", host = "github.com", path = ["**"] }
{ kind = "download_file", host = "*", path = ["**"] }
```
To allow any file to be downloaded from `github.com`: