diff --git a/doc/src/demos-audio.qdoc b/doc/src/demos-audio.qdoc index feda61e..de7b452 100644 --- a/doc/src/demos-audio.qdoc +++ b/doc/src/demos-audio.qdoc @@ -3,6 +3,6 @@ \title Audio demo \subtitle - This demos shows drawing of the dynamic data (microphon input) + This demos shows drawing of the dynamic data (microphone input) \image demos_audio.png */ diff --git a/doc/src/demos-qmlaxes.qdoc b/doc/src/demos-qmlaxes.qdoc index dd70852..9fe2bcd 100644 --- a/doc/src/demos-qmlaxes.qdoc +++ b/doc/src/demos-qmlaxes.qdoc @@ -9,7 +9,7 @@ \row \o \br We begin with a chart that has a line series and a scatter series with random - data. Both series' use the same axes. + data. Both series use the same axes. \br \br \snippet ../demos/qmlaxes/qml/qmlaxes/View1.qml 1 diff --git a/doc/src/examples-legendmarkers.qdoc b/doc/src/examples-legendmarkers.qdoc index bed5a63..0d69b12 100644 --- a/doc/src/examples-legendmarkers.qdoc +++ b/doc/src/examples-legendmarkers.qdoc @@ -13,7 +13,7 @@ \snippet ../examples/legendmarkers/mainwidget.cpp 1 - Here we connect the markers in legend to our handler. To avoid conncecting same marker more than once, we first disconnect it. + Here we connect the markers in legend to our handler. To avoid connecting same marker more than once, we first disconnect it. \snippet ../examples/legendmarkers/mainwidget.cpp 2 diff --git a/doc/src/examples-multiaxis.qdoc b/doc/src/examples-multiaxis.qdoc index d618ba1..e490056 100644 --- a/doc/src/examples-multiaxis.qdoc +++ b/doc/src/examples-multiaxis.qdoc @@ -25,7 +25,7 @@ \snippet ../examples/multiaxis/main.cpp 4 - Create a QChartView object with QChart as a parameter. Enanle Antialiasing to have the rendered splines look nicer. + Create a QChartView object with QChart as a parameter. Enable Antialiasing to have the rendered splines look nicer. \snippet ../examples/multiaxis/main.cpp 5 diff --git a/doc/src/examples-scatterinteractions.qdoc b/doc/src/examples-scatterinteractions.qdoc index f484747..ec975b3 100644 --- a/doc/src/examples-scatterinteractions.qdoc +++ b/doc/src/examples-scatterinteractions.qdoc @@ -1,6 +1,6 @@ /*! \example examples/scatterinteractions - \title ScatterChart Example + \title ScatterInteractions Example \subtitle The example shows how to create simple scatter chart and how to interact with the chart. diff --git a/doc/src/examples.qdoc b/doc/src/examples.qdoc index b86a6a0..f0588be 100644 --- a/doc/src/examples.qdoc +++ b/doc/src/examples.qdoc @@ -71,7 +71,7 @@