diff --git a/qml/articles/1.Introduction.md b/qml/articles/1.Introduction.md index 3b54c88..b8cff8f 100644 --- a/qml/articles/1.Introduction.md +++ b/qml/articles/1.Introduction.md @@ -34,7 +34,8 @@ according to system color settings and looks awkward on my machine. ## Falkon module -To access Falkon specific features and functions inside the python script you need to use `Falkon` module. +To access Falkon specific features and functions inside the QML script +you need to use `Falkon` module. ```qml import org.kde.falkon 1.0 as Falkon