Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Improve Help to trigger travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ferbncode committed Jan 20, 2020
1 parent 7a87f7c commit 5e2a241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Pages/EventTypeDetails/Help.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 5e2a241

Please sign in to comment.