You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Node/core/src/botbuilder.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1435,7 +1435,7 @@ export class ThumbnailCard implements IIsAttachment {
1435
1435
toAttachment(): IAttachment;
1436
1436
}
1437
1437
1438
-
/** Card builder class that simplifies building hero cards. Hero cards contain the same information as a thumbnail card, just with a larger more pronounced layout for the cards imagess. */
1438
+
/** Card builder class that simplifies building hero cards. Hero cards contain the same information as a thumbnail card, just with a larger more pronounced layout for the cards images. */
1439
1439
exportclassHeroCardextendsThumbnailCard{
1440
1440
1441
1441
/**
@@ -2370,4 +2370,4 @@ export class BotConnectorBot extends Dialog {
2370
2370
/** __DEPRECATED__ use [UniversalBot](/en-us/node/builder/chat-reference/classes/_botbuilder_d_.universalbot) and a [ConsoleConnector](/en-us/node/builder/chat-reference/classes/_botbuilder_d_.consoleconnector) instead. */
0 commit comments