Skip to content
Merged

Typo #1834

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/stern/src/Stern/API.hs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ routes = do
document "GET" "ejpd-info" $ do
Doc.summary "internal wire.com process: https://wearezeta.atlassian.net/wiki/spaces/~463749889/pages/256738296/EJPD+official+requests+process"
Doc.parameter Doc.Query "handles" Doc.string' $
Doc.description "Handles of the user, separated by comments"
Doc.description "Handles of the user, separated by commas (NB: all chars need to be lower case!)"
Doc.parameter Doc.Query "include_contacts" Doc.bool' $ do
Doc.description "If 'true', this gives you more more exhaustive information about this user (including social network)"
Doc.optional
Expand Down