From 35dd5144af8a7031b007a4eaeba0a463e0bc797c Mon Sep 17 00:00:00 2001
From: Cody McGinnis <brainwart@gmail.com>
Date: Tue, 18 Aug 2020 20:23:40 -0400
Subject: [PATCH] fix(docs): better wording

Co-authored-by: Ryan C <r.cross@lancaster.ac.uk>
---
 docs/docs/feature/keymaps.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/feature/keymaps.md b/docs/docs/feature/keymaps.md
index 7c67ca57..9789d1d6 100644
--- a/docs/docs/feature/keymaps.md
+++ b/docs/docs/feature/keymaps.md
@@ -46,7 +46,7 @@ enable/disable additional layers "on top" of the default layer.
 
 When a key location is pressed or released, the stack of all active [layers](/docs/terms#layer) from "top to
 bottom" is used. The event is sent to the [behavior](/docs/terms#behavior) bound at that position in each
-layer. Those [behaviors](/docs/terms#behavior) can "handle" the event, stop it from being passed to any lower
+layer. These [behaviors](/docs/terms#behavior) can "handle" the event, stopping it from being passed to any lower
 [layers](/docs/terms#layer), or choose to "pass it along" and let the [layer](/docs/terms#layer) below handle
 the event.
 
@@ -179,4 +179,4 @@ Putting this all together, a complete [`kyria.keymap`](https://github.com/zmkfir
 		};
 	};
 };
-```
\ No newline at end of file
+```