From dfcc12ccd0c9768843b8e8048a4d0fb3c2b01d39 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Thu, 14 Jul 2022 13:36:43 +0200
Subject: [PATCH] Corrected some typos in data_sharing.md.

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/data_sharing.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/data_sharing.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/data_sharing.md
index 00906eea7..ad14916e1 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/data_sharing.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/data_sharing.md
@@ -35,10 +35,10 @@ dr-xr-----   2 marie    p_number_crunch   4096 27. Jun 17:13 data-file
 dr-xr-x---   2 marie    p_number_crunch   4096 28. Jun 09:45 env.sh
 ```
 
-!!! danger "New file inherits group and permission of the creator"
+!!! danger "New file inherits group and permissions of the creator"
 
     When a user creates a file, the created file is associated to that user and inherits the user's
-    default group. If the user is in multiple groups/projects, he/she has to ensure, that the a new
+    default group. If the user is in multiple groups/projects, he/she has to ensure, that the new
     file is associated with the project's group. This can be done using `chown` and `chmod` as shown
     above. Another possibility is to use an environment file `env.sh` with the following content:
 
@@ -129,7 +129,7 @@ p_number_crunch
 If you already have files inside your workspace, remember to use the `-R` or `--recursive` options
 to apply these ACL changes to all files.
 
-!!! example "Remove the access rights for a particular user"
+!!! example "Remove access rights for a particular user"
 
     If you want to remove a user's access then use:
 
-- 
GitLab