From 0ef35c32f29b1e4a2ec3bffadaf5057b8ebfb967 Mon Sep 17 00:00:00 2001
From: Taras Lazariv <taras.lazariv@tu-dresden.de>
Date: Thu, 2 Dec 2021 16:16:24 +0100
Subject: [PATCH] Fix linter

---
 doc.zih.tu-dresden.de/docs/software/zsh.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/zsh.md b/doc.zih.tu-dresden.de/docs/software/zsh.md
index 4cc804c9a..147758a6a 100644
--- a/doc.zih.tu-dresden.de/docs/software/zsh.md
+++ b/doc.zih.tu-dresden.de/docs/software/zsh.md
@@ -62,7 +62,8 @@ setopt correct_all
 ENABLE_CORRECTION="true"
 ```
 
-in `~/.zshrc` you get correction suggestions when the shell thinks that it might be what you want, e.g. when a command
+in `~/.zshrc` you get correction suggestions when the shell thinks
+that it might be what you want, e.g. when a command
 is expected to be handed an existing file.
 
 ![Correction suggestion](misc/zsh_typo.png)
-- 
GitLab