From de5f038bb683e9482eaba851a4776f2ebc2d98e8 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Mon, 16 Oct 2023 15:37:55 +0200
Subject: [PATCH] Lang: Fix typo and remove setence

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index c7daedc11..46ff6483a 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -251,7 +251,7 @@ workspace is not forgotten.
 
 #### Send Daily Reminder
 
-A e-mail reminder can be set at workspace allocation using
+An e-mail reminder can be set at workspace allocation using
 
 ```console
 ws_allocate --reminder=<N> --mailaddress=<mail> [...]
@@ -282,8 +282,6 @@ The command `ws_send_ical` sends you an ical event on the expiration date of a s
    ws_send_ical --filesystem=<filesystem> --mail=<e-mail-address> --workspace=<workspace name>
    ```
 
-It is possible to set an e-mail reminder using even you forgot it at allocation time.
-
 ### Deletion of a Workspace
 
 To delete a workspace use the `ws_release` command. It is mandatory to specify the name of the
-- 
GitLab