From 8ecbc6e836233d9be7668f8ed8fdd5a3a6d1c818 Mon Sep 17 00:00:00 2001 From: Chris Horne Date: Tue, 28 May 2013 12:21:43 -0600 Subject: [PATCH] Fix a couple of minor typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb04f8e1..cbb966c4 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Here's an explanation of what happens in the short GIF demo above. First, realize that **no keyboard shortcuts had to be pressed** to get the list of completion candidates at any point in the demo. The user just types and the suggestions pop up by themselves. If the user doesn't find the completion -suggestions relevant and/or just wants to type, he can do so; the completion +suggestions relevant and/or just wants to type, they can do so; the completion engine will not interfere. -When the user sees a useful completion string being offered, he presses the TAB +When the user sees a useful completion string being offered, they press the TAB key to accept it. This inserts the completion string. Repeated presses of the TAB key cycle through the offered completions.