From e940ae56df936e49b7a43df9f3e85af62da87f8d Mon Sep 17 00:00:00 2001 From: Matthew Ginnard Date: Mon, 12 Oct 2015 09:48:48 -0700 Subject: [PATCH] Removes an extraneous quotation mark. Changes `icon_emoji"` to `icon_emoji` in the **Customized Name and Icon** section. --- index_incoming_webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index_incoming_webhooks.md b/index_incoming_webhooks.md index 63dd28a..80b20dd 100644 --- a/index_incoming_webhooks.md +++ b/index_incoming_webhooks.md @@ -40,7 +40,7 @@ This will be displayed in the channel as: You can override an incoming webhook's configured name with the `username` parameter in your JSON payload. -You can also override the bot icon either with `icon_url` or `icon_emoji"`. +You can also override the bot icon either with `icon_url` or `icon_emoji`. { "username": "new-bot-name",