From 55757dfacdeda2a6b30095b2ccaf8231e9d3673f Mon Sep 17 00:00:00 2001 From: Joshua Gutow Date: Wed, 13 Dec 2023 09:50:18 -0800 Subject: [PATCH] Aggregate typo fixes --- proxyd/proxyd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxyd/proxyd/README.md b/proxyd/proxyd/README.md index e3ec1ca..4a3a84b 100644 --- a/proxyd/proxyd/README.md +++ b/proxyd/proxyd/README.md @@ -9,7 +9,7 @@ This tool implements `proxyd`, an RPC request router and proxy. It does the foll 5. Re-write requests and responses to enforce consensus. 6. Load balance requests across backend services. 7. Cache immutable responses from backends. -8. Provides metrics the measure request latency, error rates, and the like. +8. Provides metrics to measure request latency, error rates, and the like. ## Usage