From bfe4fcb3ff5ba04485b05b0a9ef40e4be510108d Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Wed, 27 May 2020 19:34:00 +0200 Subject: [PATCH] Fix typo --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2c24e62bb..be12afc15 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -48,7 +48,7 @@ Working with the Git repository The Git repository shall be used as a historic documentation of development and as change management. It is important that the Git commit history -describes waht was changed, by whom and why. +describes what was changed, by whom and why. Help and information on Git for beginners are available in the `Git guide`_ -- GitLab