From df3b190fd960fdd67fa4f3998df4903ae55ba476 Mon Sep 17 00:00:00 2001 From: Mukul Dewangan <83778475+dvmukul@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:41:24 -0700 Subject: [PATCH] Fix typo: 'succesfully' -> 'successfully' in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04833fd..2a7db51 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ detects a change. Your app will be restarted the next time it receives an HTTP request. `gin` adheres to the "silence is golden" principle, so it will only complain -if there was a compiler error or if you succesfully compile after an error. +if there was a compiler error or if you successfully compile after an error. ## Installation