documentation: fix typo 30/28630/3
authoranujsolanki62 <anuj603362@gmail.com>
Mon, 10 Apr 2023 06:10:34 +0000 (11:40 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 13 Apr 2023 16:16:28 +0000 (16:16 +0000)
Correct typo in git config command

Bug-AGL: SPEC-4752
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Change-Id: Ibaa9a524ffb2a75fec6a43ced819611914d6fb45
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28630
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
docs/07_How_To_Contribute/03_Working_with_Gerrit.md

index ccd9133..e04fe17 100644 (file)
@@ -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"
     ```