Skip to content

Commit 4161b3b

Browse files
authored
Update connection.html.markdown
Fixed the Connections JSON example to remove an erroneous comma.
1 parent 7e8b376 commit 4161b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/connection.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ JSON
3838
"client" : "Sumo Logic",
3939
"eventType" : "{{Name}}",
4040
"description" : "{{Description}}",
41-
"search_url" : "{{QueryUrl}}",
41+
"search_url" : "{{QueryUrl}}"
4242
}
4343
JSON
4444
webhook_type = "Webhook"

0 commit comments

Comments
 (0)