From 3d64fcd330134b06ac33fb4f1ca23f44a3c3a541 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 11 Nov 2023 04:02:04 -0800 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Process.md b/Release-Process.md index 1d67662..bf81c75 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -6,7 +6,7 @@ These operations are performed on an Ubuntu 22.04 x86_64 PC. You'll need sudo ac git config --global user.name git config --global user.email ``` -If you need to change the configuration, use the followingz; +If you need to change the configuration, use the following; ``` git config --global user.name "Homer Simpson" git config --global user.email homer.j@simpson.com