Skip to content

Commit 9eb0d19

Browse files
sirtorryjkwlui
authored andcommitted
fix typo (#485)
1 parent aeb4a6e commit 9eb0d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialogflow/detect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function detectTextIntent(projectId, sessionId, queries, languageCode) {
3030
// 'Next monday at 3pm for 1 hour, please', // Tell the bot when the meeting is taking place
3131
// 'B' // Rooms are defined on the Dialogflow agent, default options are A, B, or C
3232
// ]
33-
// languaceCode: Indicates the language Dialogflow agent should use to detect intents
33+
// languageCode: Indicates the language Dialogflow agent should use to detect intents
3434
// const languageCode = 'en';
3535

3636
// Imports the Dialogflow library

0 commit comments

Comments
 (0)