From: anujsolanki62 Date: Mon, 10 Apr 2023 06:10:34 +0000 (+0530) Subject: documentation: fix typo X-Git-Tag: 15.91.0~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1bfa76c6eacdb09c713038289e2b48cea887276c;p=AGL%2Fdocumentation.git documentation: fix typo Correct typo in git config command Bug-AGL: SPEC-4752 Signed-off-by: Anuj Solanki Change-Id: Ibaa9a524ffb2a75fec6a43ced819611914d6fb45 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28630 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- diff --git a/docs/07_How_To_Contribute/03_Working_with_Gerrit.md b/docs/07_How_To_Contribute/03_Working_with_Gerrit.md index ccd9133..e04fe17 100644 --- a/docs/07_How_To_Contribute/03_Working_with_Gerrit.md +++ b/docs/07_How_To_Contribute/03_Working_with_Gerrit.md @@ -47,7 +47,7 @@ To work on something, whether a new feature or a bugfix: ```sh $ cd documentation - $ git.config --global user.name "Your Full Name" + $ git config --global user.name "Your Full Name" $ git config --global user.email "your@email.com" ``` @@ -55,7 +55,7 @@ To work on something, whether a new feature or a bugfix: ```sh $ cd documentation - $ git.config user.name "Your Full Name" + $ git config user.name "Your Full Name" $ git config user.email "your@email.com" ```