From 5e2a241bf6b8ff1a2f830331f726da24add0c223 Mon Sep 17 00:00:00 2001 From: "suyashgargsfam@gmail.com" Date: Mon, 20 Jan 2020 15:58:15 +0100 Subject: [PATCH] Improve Help to trigger travis --- client/Pages/EventTypeDetails/Help.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Pages/EventTypeDetails/Help.elm b/client/Pages/EventTypeDetails/Help.elm index d7eafc4..62179a1 100644 --- a/client/Pages/EventTypeDetails/Help.elm +++ b/client/Pages/EventTypeDetails/Help.elm @@ -427,7 +427,7 @@ eventOwnerSelector = , newline , text "- " , mono "type" - , text " Specifies the type of the selector" + , text " Specifies the type of the selector (can be 'path' or 'static')" , newline , text "- " , mono "name" @@ -436,7 +436,7 @@ eventOwnerSelector = , newline , text "- " , mono "value" - , text " value in dot notation pointing to a string field" + , text " Static value or value in dot notation pointing to a string field" , text " in an event which will be used to" , text " classify if the consumer is allowed to read the event." , newline