From 7ccdec22cb3722f10a648a06aadaaef9efb21f8a Mon Sep 17 00:00:00 2001 From: "S. Suzuki" Date: Sat, 29 Aug 2020 19:23:42 +0900 Subject: [PATCH] Update slack.md (#617) Fix code --- www/docs/providers/slack.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/docs/providers/slack.md b/www/docs/providers/slack.md index 29a8542e3f..6431fd3956 100644 --- a/www/docs/providers/slack.md +++ b/www/docs/providers/slack.md @@ -21,5 +21,6 @@ providers: [ clientId: process.env.SLACK_CLIENT_ID, clientSecret: process.env.SLACK_CLIENT_SECRET }) -} -... \ No newline at end of file +] +... +```