From fbe2b291acb5155d090dfc31502d8c9a04513481 Mon Sep 17 00:00:00 2001 From: Omri Gazitt Date: Fri, 28 Apr 2023 14:15:34 -0700 Subject: [PATCH] fixed typo locahost -> localhost in config examples --- docs/examples/config-private-ghcr.yaml | 2 +- docs/examples/config-remote-dir.yaml | 2 +- pkg/testing/assets/config-example.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/config-private-ghcr.yaml b/docs/examples/config-private-ghcr.yaml index 6f23109d..b903a4e3 100644 --- a/docs/examples/config-private-ghcr.yaml +++ b/docs/examples/config-private-ghcr.yaml @@ -18,7 +18,7 @@ directory_service: api: gateway: allowed_origins: - - https://locahost + - https://localhost grpc: connection_timeout_seconds: 2 diff --git a/docs/examples/config-remote-dir.yaml b/docs/examples/config-remote-dir.yaml index 074c5e22..08a2d0fb 100644 --- a/docs/examples/config-remote-dir.yaml +++ b/docs/examples/config-remote-dir.yaml @@ -16,7 +16,7 @@ directory_service: api: gateway: allowed_origins: - - https://locahost + - https://localhost grpc: connection_timeout_seconds: 2 diff --git a/pkg/testing/assets/config-example.yaml b/pkg/testing/assets/config-example.yaml index dd95449a..53f9c4cb 100644 --- a/pkg/testing/assets/config-example.yaml +++ b/pkg/testing/assets/config-example.yaml @@ -14,7 +14,7 @@ directory_service: api: gateway: allowed_origins: - - https://locahost + - https://localhost grpc: connection_timeout_seconds: 2