Fix typo in ScrollBar's documentation

Change-Id: I3a26f24ad16f6330715ce62151895f28e4b856d3
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Mitch Curtis 2019-03-28 15:01:34 +01:00
parent 10023b188b
commit d0f6b28618
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ QT_BEGIN_NAMESPACE
It is possible to create an instance of ScrollBar without using the
attached property API. This is useful when the behavior of the attached
scoll bar is not sufficient or a \l Flickable is not in use. In the
scroll bar is not sufficient or a \l Flickable is not in use. In the
following example, horizontal and vertical scroll bars are used to
scroll over the text without using \l Flickable: