Skip to content

Commit b3aa28b

Browse files
authored
Fix typo in documentation 'imagess'
1 parent 5821143 commit b3aa28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Node/core/src/botbuilder.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ export class ThumbnailCard implements IIsAttachment {
14351435
toAttachment(): IAttachment;
14361436
}
14371437

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. */
14391439
export class HeroCard extends ThumbnailCard {
14401440

14411441
/**
@@ -2370,4 +2370,4 @@ export class BotConnectorBot extends Dialog {
23702370
/** __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. */
23712371
export class TextBot extends Dialog {
23722372
replyReceived(session: Session, recognizeResult?: IRecognizeResult): void;
2373-
}
2373+
}

0 commit comments

Comments
 (0)