Browse Source

Merge pull request #3006 from dabrahams/patch-2

Fix copy/paste-o
Hakim El Hattab 3 years ago
parent
commit
abe9abbed7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/layout-helpers.html

+ 1 - 1
examples/layout-helpers.html

@@ -123,7 +123,7 @@
 
 
 				<section id="vstack">
 				<section id="vstack">
 					<h2>VStack</h2>
 					<h2>VStack</h2>
-					<p>Stacks multiple elements horizontally.</p>
+					<p>Stacks multiple elements vertically.</p>
 					<pre><code class="html" data-trim data-line-numbers>
 					<pre><code class="html" data-trim data-line-numbers>
 					  <div class="r-vstack">
 					  <div class="r-vstack">
 					    &lt;img width="450" height="300" src="..."&gt;
 					    &lt;img width="450" height="300" src="..."&gt;