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"
}