From d2bd928278e54079ad628dfc1782225b791e0d2f Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Tue, 8 Sep 2020 09:20:26 -0400 Subject: [PATCH] Remove extra quote in configuring git user email Signed-off-by: Wen Liang --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index a2528fe..c3c4959 100644 --- a/contributing.md +++ b/contributing.md @@ -57,7 +57,7 @@ will set your global name and email, althought you can change it later for every ``` git config --global user.name "Jane Doe" -git config --global user.email janedoe@example.com` +git config --global user.email janedoe@example.com ``` The git editor is your system's default. If you feel more comfortable with a different