From 0f79adca8796d0882616f582a58d2e7b69a38bfb Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 10 Nov 2022 20:30:18 -0500 Subject: [PATCH] docs: fix wording (#3542) Fixes wording in the docs page about Git being in a dirty state. The goal is to improve the end-user reading of the instructions. ... --- www/docs/errors/dirty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/errors/dirty.md b/www/docs/errors/dirty.md index 2116e9e68a2..857315e76f2 100644 --- a/www/docs/errors/dirty.md +++ b/www/docs/errors/dirty.md @@ -21,4 +21,4 @@ From here on, you have a couple of options: - add the file to `.gitignore` (recommended if the file is temporary and/or generated); -- change your process the build process to not touch any git tracked files. +- change your build process to not touch any git tracked files.