From eb8bb927ca35a921c4a7077fe5e27559728fefd7 Mon Sep 17 00:00:00 2001 From: Max Rosin Date: Mon, 5 Feb 2018 00:55:33 +0100 Subject: [PATCH] Fix the explanation of `types` and `states` for user objects refs #6068 --- doc/09-object-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/09-object-types.md b/doc/09-object-types.md index 609019d90..1b8f696e8 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -1739,8 +1739,8 @@ Configuration Attributes: groups | Array of object names | **Optional.** An array of group names. enable\_notifications | Boolean | **Optional.** Whether notifications are enabled for this user. period | Object name | **Optional.** The name of a time period which determines when a notification for this user should be triggered. Not set by default. - types | Array | **Optional.** A set of type filters when this notification should be triggered. By default everything is matched. - states | Array | **Optional.** A set of state filters when this notification should be triggered. By default everything is matched. + types | Array | **Optional.** A set of type filters when a notification for this user should be triggered. By default everything is matched. + states | Array | **Optional.** A set of state filters when a notification for this should be triggered. By default everything is matched. Runtime Attributes: -- 2.40.0