Skip to content

Commit 78545fd

Browse files
Kyle Delaneygarypretty
authored andcommitted
Change json to jsonc in cards library readme (#367)
1 parent e5b240a commit 78545fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/Bot.Builder.Community.Cards

libraries/Bot.Builder.Community.Cards/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ The Adaptive Card translator provides four static overloads and two instance ove
275275

276276
In addition to letting you decide what gets translated, the Adaptive Card translator also allows you to decide how it gets translated. The Adaptive Card translator has built-in compatibility with the Microsoft Translator API, but it also lets you pass in a delegate that translates strings in some other way. If you want to use Microsoft Translator, there are three settings that the Adaptive Cards translator can read from your configuration file: `MicrosoftTranslatorKey`, `MicrosoftTranslatorLocale`, and `MicrosoftTranslatorEndpoint`. So if you're using Microsoft Translator with the Adaptive Cards translator, your bot's configuration file might look like this:
277277

278-
```json
278+
```jsonc
279279
{
280280
// Bot credentials
281281
"MicrosoftAppId": "<guid>",

0 commit comments

Comments
 (0)