Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tao Guo committed Mar 22, 2022
1 parent 122b26c commit 399ed9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(function() {
// Bind button to start Slack OAuth flow
$("#btnConnectSlack").click(function() { startSlackOAuth(integrationKey, subdomain) });

// Bind button to start Slack OAuth flow
// Bind button to install the Flow
$("#btnInstallFlow").click(function() { installFlow(integrationKey) });

// Bind button to submit config
Expand Down

0 comments on commit 399ed9e

Please sign in to comment.