Skip to content

Commit 7238c82

Browse files
authored
Merge pull request #39 from manjuu-eater/patch-4
fix typo and mistranslation (誤字誤訳修正)
2 parents 3a21620 + 3129717 commit 7238c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ Other Style Guides
20012001

20022002
// 'type' is ignored even if unused because it has a rest property sibling.
20032003
// This is a form of extracting an object that omits the specified keys.
2004-
// 'type'はrestプロパティを隣に持つため、未使用でも無視されます
2004+
// 残りのプロパティがあるため、'type' は未使用でも無視されます
20052005
// これは、指定されたキーを省略したオブジェクトを抽出する形式です。
20062006
var { type, ...coords } = data;
20072007
// 'coords' is now the 'data' object without its 'type' property.
@@ -3037,7 +3037,7 @@ Other Style Guides
30373037

30383038
<a name="whitespace--computed-property-spacing"></a>
30393039
- [19.15](#whitespace--computed-property-spacing) Enforce spacing inside of computed property brackets. eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
3040-
- [19.15](#whitespace--computed-property-spacing) 計算用プロパティの括弧の中のスペースを強制する。eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
3040+
- [19.15](#whitespace--computed-property-spacing) 計算プロパティの括弧の中にスペースは入れないこと。eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
30413041

30423042
```javascript
30433043
// bad

0 commit comments

Comments
 (0)