aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/README.md
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2024-03-12 08:01:13 +0000
committerGitHub <noreply@github.com>2024-03-12 08:01:13 +0000
commit6af38e000608a795320cd17c99491853f0b8ad3a (patch)
tree109121ed45eb2cd52b536017ea52fa414212b84e /_examples/README.md
parente6c3e58198d176c497bb2dba1a2adb9302597676 (diff)
parent04f7b23cbb85040a276ab2b7d6879223779451fd (diff)
downloadgo-git-6af38e000608a795320cd17c99491853f0b8ad3a.tar.gz
Merge pull request #1047 from avoidalone/master
chore: fix some comments
Diffstat (limited to '_examples/README.md')
-rw-r--r--_examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/README.md b/_examples/README.md
index 8097f09..1e9ea6a 100644
--- a/_examples/README.md
+++ b/_examples/README.md
@@ -33,4 +33,4 @@ Here you can find a list of annotated _go-git_ examples:
- [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one.
- [clone with context](context/main.go) - Cloning a repository with graceful cancellation.
- [storage](storage/README.md) - Implementing a custom storage system.
-- [sha256](sha256/main.go) - Init and commiting repositories that use sha256 as object format.
+- [sha256](sha256/main.go) - Init and committing repositories that use sha256 as object format.