From 6a47d82330895fa5c513b322a76ffdb1e5b262c8 Mon Sep 17 00:00:00 2001 From: Matt Rixman <5834582+MatrixManAtYrService@users.noreply.github.com> Date: Mon, 17 Oct 2022 09:26:38 -0600 Subject: [PATCH] Fix typo in devtools.md forgotten so install --> forgotten to install --- docs/guide/devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/devtools.md b/docs/guide/devtools.md index 887315ebc..59e9a805f 100644 --- a/docs/guide/devtools.md +++ b/docs/guide/devtools.md @@ -2,7 +2,7 @@ !!! note inline end - If you don't have the `textual` command on your path, you may have forgotten so install with the `dev` switch. + If you don't have the `textual` command on your path, you may have forgotten to install with the `dev` switch. See [getting started](../getting_started.md#installation) for details.