From 2850030bd4093b057fae8f6847702391a3846682 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 --- 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 95e9dccbb..5f1aaf20b 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -1708,8 +1708,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