From 5e36bfa038c99399940656980f306d5eea5780a2 Mon Sep 17 00:00:00 2001 From: Robert Alexander Date: Wed, 26 Sep 2018 12:59:48 -0400 Subject: [PATCH] fix typo (#66) AzureSearch to Azure Search --- packages/botbuilder-http-test-recorder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/botbuilder-http-test-recorder/README.md b/packages/botbuilder-http-test-recorder/README.md index 96c862a..fbd7d12 100644 --- a/packages/botbuilder-http-test-recorder/README.md +++ b/packages/botbuilder-http-test-recorder/README.md @@ -27,7 +27,7 @@ Because this package is supplied as sample code, it is not available on npm and ### Recording HTTP traffic in the bot (Luis, Azure Search, and QnAMaker) -This sample shows how to capture traffic from Luis, AzureSearch, and QnAMaker. +This sample shows how to capture traffic from Luis, Azure Search, and QnAMaker. ```JavaScript const { BotFrameworkAdapter } = require('botbuilder');