From 9eb251eace6afae7086861b54e23a121e61a64fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 15 Apr 2025 13:38:45 +0200 Subject: [PATCH] Update packages/backend-defaults/config.d.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Patrik Oldsberg Signed-off-by: Fredrik Adelöw --- packages/backend-defaults/config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend-defaults/config.d.ts b/packages/backend-defaults/config.d.ts index a0c8eaaa13..b9c6a875df 100644 --- a/packages/backend-defaults/config.d.ts +++ b/packages/backend-defaults/config.d.ts @@ -766,7 +766,7 @@ export interface Config { * * URLs can be in the form of a regular HTTP or HTTPS URL if you are using * A/AAAA/CNAME records or IP addresses. Specifically for internal URLs, if - * you add `+grpc` to the protocol part then the hostname is treated as an SRV + * you add `+src` to the protocol part then the hostname is treated as an SRV * record name and resolved. For example, if you pass in * `http+srv:///path` then the record part is resolved into an * actual host and port (with random weighted choice as usual when there is