From 90cdb968bce8b832965662bd51cb6f8bc71cbf12 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Mon, 6 Dec 2021 22:47:35 +0300 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 268c41b..290fa31 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Sometimes, after cloning a repository from a corporate server and having already This extension is written to avoid this. ## Configuration -* `gitcheck.domain` – The domain (or just a substring) for which the check will be performed (you can see in the output of the command `git remote -v`)& +* `gitcheck.domain` – The domain (or just a substring) for which the check will be performed (you can see in the output of the command `git remote -v`). * `gitcheck.name` – This value will be checked against the value of the git parameter `user.name`. * `gitcheck.email` – This value will be checked against the value of the git parameter `user.email`. \ No newline at end of file