diff --git a/doc/src/examples/bearercloud.qdoc b/doc/src/examples/bearercloud.qdoc
index fb58661dc4d7b23303b34e76f8f5e7111a3b1738..50063bde2d2ad5e79a0b2b2ed358671bb2a01765 100644
--- a/doc/src/examples/bearercloud.qdoc
+++ b/doc/src/examples/bearercloud.qdoc
@@ -66,7 +66,7 @@
     class implements a Graphics View scene and manages the life-cycle of Cloud
     objects in response to notification signals from QNetworkConfigurationManager.
 
-    \section1 Setting the scene
+    \section1 Setting the Scene
 
     When constructing the scene we first calculate some random offsets using the global qsand()
     and qrand() functions.  We will use these offsets to scatter the initial position of new Cloud
@@ -123,7 +123,7 @@
     \snippet examples/network/bearercloud/bearercloud.cpp 4
 
 
-    \section1 Responding to changes
+    \section1 Responding to Changes
 
     Each network session and associated network configuration known to the system is represented in
     the scene as a Cloud object.
diff --git a/src/svg/doc/src/svgrendering.qdoc b/src/svg/doc/src/svgrendering.qdoc
index 3ef66d58b3d3437e5dbf310f536f5e7af474d23d..eb8a365a5d1b0ef1ccd58cfde10ce3e62130d1ee 100644
--- a/src/svg/doc/src/svgrendering.qdoc
+++ b/src/svg/doc/src/svgrendering.qdoc
@@ -40,7 +40,7 @@
 
     \snippet doc_src_qtsvg.pro 1
 
-    \section1 Rendering SVG files
+    \section1 Rendering SVG Files
 
     Scalable Vector Graphics (SVG) is a language for describing two-dimensional
     graphics and graphical applications in XML. SVG 1.1 is a W3C Recommendation