From dd85868cc2a41123d761929e170318af037808f3 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Tue, 24 Sep 2019 12:04:10 +0200
Subject: [PATCH] README-group: Fix typo in state description

---
 README-group.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README-group.md b/README-group.md
index 3b18e074..1b866d89 100644
--- a/README-group.md
+++ b/README-group.md
@@ -144,7 +144,7 @@ Variable | Description | Required
 `group` | List of group name strings assigned to this group. | no
 `service` | List of service name strings assigned to this group | no
 `action` | Work on group or member level. It can be on of `member` or `group` and defaults to `group`. | no
-`state` | The state to ensure. It can be one of `present` or `absent`, defauilt: `present`. | yes
+`state` | The state to ensure. It can be one of `present` or `absent`, default: `present`. | yes
 
 
 Authors
-- 
GitLab