Skip to content

Improve some expressions #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ type: api

デバッグモードでは、 Vue は下記の動作を実行します:

1. 全て警告としてスタックトレースを出力します
1. 全の警告のスタックトレースを出力します

2. 全てのアンカーノードは DOM でコメントノードとして表示します。これはレンダリングされた結果の構造を詳しく調べるために容易になります
2. 全てのアンカーノードを DOM のコメントノードとして表示します。これによってレンダリングされた結果の構造を詳しく調べることが容易になります

<p class="tip">デバッグモードは、 production ビルドのみ有効です。</p>

Expand Down Expand Up @@ -93,11 +93,11 @@ type: api
- **使用方法:**

``` js
// Vue ローディング直後、この設定が同期的されているかどうか確認してください
// Vue ローディング直後、この設定が同期されていることを確認してください
Vue.config.devtools = true
```

[vue-devtools](https://github.com/vuejs/vue-devtools) インスペクションを許可するかどうか設定します。このオプションのデフォルト値は development ビルドでは、`true` で production ビルドでは `false` になります。production ビルドに `true` に設定することでインスペクションを有効にできます。
[vue-devtools](https://github.com/vuejs/vue-devtools) インスペクションを許可するかどうか設定します。このオプションのデフォルト値は development ビルドでは、`true` で production ビルドでは `false` です。production ビルドで `true` に設定することでインスペクションを有効にできます。

## グローバル API

Expand Down