From d2e3dee868efbd47d81b6dde882871e0a101f2d9 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Sat, 5 Nov 2022 08:42:11 -0500 Subject: [PATCH] fix typo in docs Signed-off-by: Karl W. Schulz --- src/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/installation.md b/src/docs/installation.md index 5a5b83dd38..7b861adf87 100644 --- a/src/docs/installation.md +++ b/src/docs/installation.md @@ -77,7 +77,7 @@ $ make install ```{tip} You may require `sudo` during the final install step if you -do not have write access to the chose install path. +do not have write access to the chosen install path. ```