Skip to content

Commit

Permalink
fix typo (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtorry authored and NimJay committed Nov 18, 2022
1 parent b982cdc commit 3108b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogflow/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function detectTextIntent(projectId, sessionId, queries, languageCode) {
// 'Next monday at 3pm for 1 hour, please', // Tell the bot when the meeting is taking place
// 'B' // Rooms are defined on the Dialogflow agent, default options are A, B, or C
// ]
// languaceCode: Indicates the language Dialogflow agent should use to detect intents
// languageCode: Indicates the language Dialogflow agent should use to detect intents
// const languageCode = 'en';

// Imports the Dialogflow library
Expand Down

0 comments on commit 3108b23

Please sign in to comment.