Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bersen66 committed Apr 30, 2024
1 parent c0cd03f commit 8f26073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ load_balancing:
# port: 8083

# Example config of round robin
# algorithm: round_robibin
# algorithm: round_robin
# endpoints:
# - ip: "127.0.0.1"
# port: 8081
Expand Down
2 changes: 1 addition & 1 deletion configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ load_balancing:
# port: 8083

# Example config of round robin
# algorithm: round_robibin
# algorithm: round_robin
# endpoints:
# - ip: "127.0.0.1"
# port: 8081
Expand Down

0 comments on commit 8f26073

Please sign in to comment.