From 65d8f4221bce23d2a87c7779085f2df4687cdd18 Mon Sep 17 00:00:00 2001 From: Jan Knobloch <116908874+jk4e@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:17:15 +0200 Subject: [PATCH] [qml/en] Fix typo (#5058) --- qml.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml.html.markdown b/qml.html.markdown index 78e94d66..63b49d61 100644 --- a/qml.html.markdown +++ b/qml.html.markdown @@ -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" }