From fa1d8dad61eab3f55b260b20f399bc4e6ebf48bf Mon Sep 17 00:00:00 2001 From: Arity-T Date: Sat, 18 Jan 2025 03:08:23 +0300 Subject: [PATCH] typo --- docs/git/git-filter-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/git/git-filter-repo.md b/docs/git/git-filter-repo.md index f19692a..a4bf6dc 100644 --- a/docs/git/git-filter-repo.md +++ b/docs/git/git-filter-repo.md @@ -75,7 +75,7 @@ pip install git-filter-repo commit.committer_name = new_name commit.committer_email = new_email - # Дата изменени и дата коммита + # Дата изменений и дата коммита commit.author_date = new_date commit.committer_date = new_date ```