diff options
-rw-r--r-- | docs/ja/reference_info_json.md | 2 | ||||
-rw-r--r-- | docs/reference_info_json.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/reference_info_json.md b/docs/ja/reference_info_json.md index 708f7c19a..0fa1f9d3f 100644 --- a/docs/ja/reference_info_json.md +++ b/docs/ja/reference_info_json.md | |||
@@ -36,7 +36,7 @@ | |||
36 | * `height` | 36 | * `height` |
37 | * オプション: キー単位でのレイアウトの高さ | 37 | * オプション: キー単位でのレイアウトの高さ |
38 | * `key_count` | 38 | * `key_count` |
39 | * **必須**: このレイアウトのキーの数 | 39 | * オプション: このレイアウトのキーの数 |
40 | * `layout` | 40 | * `layout` |
41 | * 物理レイアウトを説明するキー辞書のリスト。詳細は次のセクションを見てください。 | 41 | * 物理レイアウトを説明するキー辞書のリスト。詳細は次のセクションを見てください。 |
42 | 42 | ||
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index badfabd91..3ca62c719 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md | |||
@@ -31,7 +31,7 @@ Within our `info.json` file the `layouts` portion of the dictionary contains sev | |||
31 | * `height` | 31 | * `height` |
32 | * Optional: The height of the layout in Key Units | 32 | * Optional: The height of the layout in Key Units |
33 | * `key_count` | 33 | * `key_count` |
34 | * **Required**: The number of keys in this layout | 34 | * Optional: The number of keys in this layout |
35 | * `layout` | 35 | * `layout` |
36 | * A list of Key Dictionaries describing the physical layout. See the next section for more details. | 36 | * A list of Key Dictionaries describing the physical layout. See the next section for more details. |
37 | 37 | ||