[MCHECKSTYLE-414] - documentation: property expansion example does not parse
diff --git a/src/site/apt/examples/custom-property-expansion.apt.vm b/src/site/apt/examples/custom-property-expansion.apt.vm
index f22c0c1..b133760 100644
--- a/src/site/apt/examples/custom-property-expansion.apt.vm
+++ b/src/site/apt/examples/custom-property-expansion.apt.vm
@@ -68,7 +68,10 @@
         <version>${project.version}</version>
         <configuration>
           <configLocation>checkstyle.xml</configLocation>
-          <propertyExpansion>projectname=whizbang</propertyExpansion>
+          <propertyExpansion>
+            projectname=whizbang
+            anotherProperty=bazinga
+          </propertyExpansion>
         </configuration>
       </plugin>
     </plugins>
@@ -91,7 +94,7 @@
         <version>${project.version}</version>
         <configuration>
           <configLocation>checkstyle.xml</configLocation>
-          <propertesLocation>${basedir}/checkstyle.properties</propertiesLocation>
+          <propertiesLocation>${basedir}/checkstyle.properties</propertiesLocation>
         </configuration>
       </plugin>
     </plugins>