Skip to content

Commit

Permalink
fixed typo locahost -> localhost in config examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ogazitt committed Apr 28, 2023
1 parent f346be4 commit fbe2b29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/config-private-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ directory_service:
api:
gateway:
allowed_origins:
- https://locahost
- https://localhost
grpc:
connection_timeout_seconds: 2

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/config-remote-dir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ directory_service:
api:
gateway:
allowed_origins:
- https://locahost
- https://localhost
grpc:
connection_timeout_seconds: 2

Expand Down
2 changes: 1 addition & 1 deletion pkg/testing/assets/config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ directory_service:
api:
gateway:
allowed_origins:
- https://locahost
- https://localhost
grpc:
connection_timeout_seconds: 2

Expand Down

0 comments on commit fbe2b29

Please sign in to comment.