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