From 007ed3211b1d00c6b960de1e13bdb5ba5400be76 Mon Sep 17 00:00:00 2001 From: batman1110Aum Date: Wed, 29 Apr 2026 01:07:30 +0300 Subject: [PATCH] Typo Fix #249 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8c9ae..ac0c141 100644 --- a/README.md +++ b/README.md @@ -1004,7 +1004,7 @@ Some useful aliases include: #### Auto-Correct Git gives suggestions for misspelled commands and if auto-correct is enabled the command can be fixed and executed automatically. Auto-correct is enabled by specifying an integer which is the delay in tenths of a second before git will run the corrected command. Zero is the default value where no correcting will take place, and a negative value will run the corrected command with no delay. -For example, if you type `git comit` you will get this: +For example, if you type `git commit` you will get this: ```bash $ git comit -m "Message"