From 168e31c0968f679d6cd70c2ef84dc5e5415cf914 Mon Sep 17 00:00:00 2001 From: fl0yd Date: Thu, 2 Jul 2015 13:08:58 -0500 Subject: [PATCH] Update README.md Signed-off-by: Mark Oates fl0yd@me.com Signed-off-by: Mark Oates --- leadership/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leadership/README.md b/leadership/README.md index 4761590085..27ba9d2289 100644 --- a/leadership/README.md +++ b/leadership/README.md @@ -55,5 +55,5 @@ for leader := <-leaderCh { } ``` -A typical usecase for this is to be able to always send requests to the current +A typical use case for this is to be able to always send requests to the current leader.