Skip to content

Commit e5a6590

Browse files
Update eventSelected.md
Fixed the position of a ` symbol. It should be before the first "would" in the examples field, not after
1 parent bb15627 commit e5a6590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guide/Text/Components/eventSelected.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ $eventSelected or $eventSelected[position;seperator]
99
```
1010

1111
### For Example:
12-
`$eventSelected would` return the first selected value.\
12+
`$eventSelected` would return the first selected value.\
1313
`$eventSelected[2]` would return the second selected value, since it was the second value clicked by the user.\
14-
`$eventSelected[;,]` would return all selected values separated with `,`.
14+
`$eventSelected[;,]` would return all selected values separated with `,`.

0 commit comments

Comments
 (0)