From c80960e3bf621cf86a2b924ffb6b6df2610e2348 Mon Sep 17 00:00:00 2001 From: Kurtis Lew <27038994+kurtis-lew@users.noreply.github.com> Date: Fri, 10 Feb 2023 14:52:16 -0800 Subject: [PATCH] feat(docs/hold-tap): Update wording to match implementation of animations --- docs/docs/behaviors/hold-tap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/behaviors/hold-tap.md b/docs/docs/behaviors/hold-tap.md index 297a2d55..fda50f23 100644 --- a/docs/docs/behaviors/hold-tap.md +++ b/docs/docs/behaviors/hold-tap.md @@ -15,7 +15,7 @@ Simply put, the hold-tap key will output the 'hold' behavior if it's held for a ### Hold-Tap -The graph below shows how the hold-tap decides between a 'tap' and a 'hold'. +The figures below shows how the hold-tap decides between a 'tap' and a 'hold'.