Skip to content

Commit 8408fd3

Browse files
arafattehsinRobStand
authored andcommitted
Just a little correction in spelling of visible (#50)
1 parent ee09035 commit 8408fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dotnet/bot-builder-dotnet-create-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The `Speak` property of a message activity can be used to specify the text to be
146146

147147
## Suggested actions
148148

149-
The `SuggestedActions` property of a message activity can be used to present buttons that the user can tap to provide input. Unlike buttons that appear within rich cards (which remain visable and accessible to the user even after being tapped), buttons that appear within the suggested actions pane will disappear after the user makes a selection. For details, see [Add suggested actions to messages](bot-builder-dotnet-add-suggested-actions.md).
149+
The `SuggestedActions` property of a message activity can be used to present buttons that the user can tap to provide input. Unlike buttons that appear within rich cards (which remain visible and accessible to the user even after being tapped), buttons that appear within the suggested actions pane will disappear after the user makes a selection. For details, see [Add suggested actions to messages](bot-builder-dotnet-add-suggested-actions.md).
150150

151151
## Next steps
152152

0 commit comments

Comments
 (0)