Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #3108

Merged
merged 2 commits into from
Jul 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typo
  • Loading branch information
Kyle Delaney committed Jun 26, 2019
commit 6657ea602bb3f673d65dde254cc3d6b44231a798
2 changes: 1 addition & 1 deletion schemas/1.2.0/adaptive-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@
},
"value": {
"type": "string",
"description": "The current selected value. If the item is selected that \"valueOn\" will be used, otherwise \"valueOff\"",
"description": "The current selected value. If the item is selected then \"valueOn\" will be used, otherwise \"valueOff\" will be used.",
"default": "false"
},
"valueOff": {
Expand Down