瀏覽代碼

Merge pull request #3006 from dabrahams/patch-2

Fix copy/paste-o
Hakim El Hattab 3 年之前
父節點
當前提交
abe9abbed7
共有 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;