Skip to content

Commit

Permalink
[qml/en] Fix typo (#5058)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk4e authored Aug 28, 2024
1 parent 4e4f47c commit 65d8f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Window {
Rectangle {
// Since this rectangle is not created by the ListView, the attached
// type is not avaiable.
// type is not available.
color: ListView.isCurrentItem ? "green" : "red"
}
Expand Down

0 comments on commit 65d8f42

Please sign in to comment.