Skip to content

Commit

Permalink
Fix typo in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini authored Jan 10, 2017
1 parent 295400d commit 13b7000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Node/cards-CarouselCards/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server.listen(process.env.port || process.env.PORT || 3978, function () {
console.log('%s listening to %s', server.name, server.url);
});

// Create chat bot and list for messages
// Create chat bot and listen to messages
var connector = new builder.ChatConnector({
appId: process.env.MICROSOFT_APP_ID,
appPassword: process.env.MICROSOFT_APP_PASSWORD
Expand Down Expand Up @@ -72,4 +72,4 @@ function getCardsAttachments(session) {
builder.CardAction.openUrl(session, 'https://azure.microsoft.com/en-us/services/cognitive-services/', 'Learn More')
])
];
}
}

0 comments on commit 13b7000

Please sign in to comment.