From 2e91eabc55122c341a372d61dde43530fd764eb1 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Sun, 22 Aug 2021 13:46:21 -0400 Subject: [PATCH] docs: typo in contributing-git.mdx grapgh => graph --- docs/docs/contributing-git.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing-git.mdx b/docs/docs/contributing-git.mdx index 7926bfcc..67c74667 100644 --- a/docs/docs/contributing-git.mdx +++ b/docs/docs/contributing-git.mdx @@ -28,7 +28,7 @@ we've added instructions on how to use it below as well. }> -Open your oh-my-posh repo inside GitKraken and right click the commit you want to reword in the grapgh overview. +Open your oh-my-posh repo inside GitKraken and right click the commit you want to reword in the graph overview. Select `Edit commit message`, reword it to respect the conventional commit guidelines and press `Update message`. Click Push on the top of the screen and select `Force Push` to bring the changes to the Pull Request.