Parcourir la source

Docs: Indent with classes snippet corrected. [skip ci]

Anna Tomanek il y a 6 ans
Parent
commit
1c405cb9c0

+ 2 - 2
packages/ckeditor5-indent/docs/_snippets/features/custom-indent-block-classes.html

@@ -23,7 +23,7 @@
 
 	<h4 class="custom-block-indent-b">But this one has the <code>.custom-block-indent-b</code> class</h4>
 
-	<h5 class="custom-block-indent-c">This heading has the <code>.custom-block-indent-c</code> class</h3>
+	<p class="custom-block-indent-b">This paragraph shares the same indentation class.</p>
 
-	<p class="custom-block-indent-c">This paragraph shares the same indentation class. This is the maximum indentation level allowed in the configuration.</p>
+	<p class="custom-block-indent-c">This paragraph has the <code>.custom-block-indent-c</code> class. This is the maximum indentation level allowed in the configuration.</p>
 </div>