From 84ef50bc2122146a065426a21645fd9e159d2fe9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Mon, 29 Nov 2021 19:46:32 +0100
Subject: [PATCH] Fix typo

---
 docs/development/release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/development/release-process.md b/docs/development/release-process.md
index f58e8a526..b6a18c7f1 100644
--- a/docs/development/release-process.md
+++ b/docs/development/release-process.md
@@ -27,7 +27,7 @@ again be merged into master.
 
     2. Update both, the `version` and the `appVersion` fields, in the Helm `Charts.yaml` file to `0.3.1`.
 
-    3. Update `codemeta.json` to match the new version. In particular, make sure that `version` points to the version you are releasing and `dateModified` points to the date you are relasing this version. [CodeMeata generator](https://codemeta.github.io/codemeta-generator/) may help you in updating the file.
+    3. Update `codemeta.json` to match the new version. In particular, make sure that `version` points to the version you are releasing and `dateModified` points to the date you are relasing this version. [CodeMeta generator](https://codemeta.github.io/codemeta-generator/) may help you in updating the file.
 
     4. Update `CITATION.cff` to match the new version. At least update the `version` field.
 
-- 
GitLab