From fbf08fdfec7cabcabfb8e6293324f6e89e26f749 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 14 Jun 2021 09:10:42 +0000
Subject: [PATCH] Update nfs4-file-acl.md

---
 docs.it4i/storage/nfs4-file-acl.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/storage/nfs4-file-acl.md b/docs.it4i/storage/nfs4-file-acl.md
index 0769eb38c..6158d2827 100644
--- a/docs.it4i/storage/nfs4-file-acl.md
+++ b/docs.it4i/storage/nfs4-file-acl.md
@@ -19,7 +19,7 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo
    | U    | audit |
    | L    | alarm |
 
-2. `<flags>` - zero or more (depending on <type>) of:
+2. `<flags>` - zero or more (depending on `<type>`) of:
 
    | Flag | Name                                        |
    | ---- | ------------------------------------------- |
@@ -31,7 +31,7 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo
    | F    | failed-access                               |
    | g    | group (denotes that <principal> is a group) |
 
-3. `<principal>` - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@"
+3. `<principal>` - named user or group, or one of: `OWNER@`, `GROUP@`, `EVERYONE@`
 
 4. `<permissions>` - one or more of:
 
-- 
GitLab