From 74295bea9fa999d1d31004c989abeec342c900c9 Mon Sep 17 00:00:00 2001 From: James Munsch Date: Thu, 27 Jul 2017 19:32:11 -0700 Subject: [PATCH] typo / spelling in README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index a27e2fadf..c6ce9f8e2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -48,7 +48,7 @@ Name | Description | Platform | Complexity Level -----| ----------- | ---------- | ---------------- Session stickyness | route requests consistently to the same endpoint | nginx | Advanced Least connections | route requests based on least connections | on-prem | Advanced -Weights | route requrests to backends based on weights | nginx | Advanced +Weights | route requests to backends based on weights | nginx | Advanced ## Routing