Skip to content

Commit ff2df41

Browse files
committed
Fixed review comments
1 parent 07683e2 commit ff2df41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/vue/layout/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<img id="logo" src="/images/logo.png">
1919
<h1>Vue.js</h1>
2020
<p class="sub">よくわかる MVVM</p>
21-
<p class="desc">Vue.js はインタラクティブな Web インターフェースを構築するためのライブラリです。<br>シンプルなデータリアクティブなコンポーネントとフレキシブルな API を提供します。</p>
21+
<p class="desc">Vue.js はインタラクティブな Web インターフェースを構築するためのライブラリです。<br>シンプルで柔軟性の高い API でデータリアクティブなコンポーネントを提供します。</p>
2222
<p class="buttons">
2323
<a href="/guide/installation.html" class="button">Vue.js v<%- theme.vue_version %> を入手</a>
2424
<a href="https://github.com/yyx990803/vue" target="_blank" class="button">GitHub のソース</a>
@@ -111,7 +111,7 @@
111111
</div>
112112
</div>
113113
<div id="why">
114-
<h2>もしあなたが好むなら試して!</h2>
114+
<h2>もし以下の項目が好きなら試してみましょう!</h2>
115115
<ul>
116116
<li>拡張可能なデータバインディング</li>
117117
<li>純粋な Javascript オブジェクトモデル</li>

0 commit comments

Comments
 (0)