Skip to content

Commit e131790

Browse files
committed
fix code annotation
1 parent 0ca0124 commit e131790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/QnAMaker/How-To/metadata-generateanswer-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The Support bot has [an example](https://github.com/microsoft/BotBuilder-Samples
160160

161161
The bot framework provides access to the QnA Maker's properties:
162162

163-
```csharp
163+
```javascript
164164
const { QnAMaker } = require('botbuilder-ai');
165165
this.qnaMaker = new QnAMaker(endpoint);
166166

0 commit comments

Comments
 (0)