浏览代码

Fix copy/paste-o

Dave Abrahams 3 年之前
父节点
当前提交
d717c2302d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/layout-helpers.html

+ 1 - 1
examples/layout-helpers.html

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