From 409231ffdd5c2e3e1d148707293ff63b43f8b3ae Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 25 Nov 2018 15:46:56 +0800 Subject: [PATCH] fix typo (#79) --- content/post/release-of-1.6.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/release-of-1.6.0.md b/content/post/release-of-1.6.0.md index f95b211..53e0648 100644 --- a/content/post/release-of-1.6.0.md +++ b/content/post/release-of-1.6.0.md @@ -31,9 +31,9 @@ You can now review the code on pull requests and place comments on the code line _Thanks to [**@JonasFranzDEV**](https://github.com/JonasFranzDEV) and [**@lafriks**](https://github.com/lafriks)_ -## Issue Depentdencies ([#2531](https://github.com/go-gitea/gitea/pull/2531)) +## Issue Dependencies ([#2531](https://github.com/go-gitea/gitea/pull/2531)) -![Issue Depentdencies](/demos/2531/1.png) +![Issue Dependencies](/demos/2531/1.png) You can add dependencies for issues, if an issue is blocked by another it can not be closed until all block issues are closed.