From 6c5dfbf8a9882069f8ddc31d59ae2a36adee55aa Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:25 -0400 Subject: [PATCH] spelling: htaccess Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index 51cddf4536..44631a59b1 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -231,7 +231,7 @@ Copy `.htaccess-dist` to `.htaccess` (be careful under Windows) to have working Example: - cp .htacces-dist .htaccess + cp .htaccess-dist .htaccess *Note*: Do **not** rename the `.htaccess-dist` file as it is tracked by GIT and renaming will cause a dirty working directory.