Skip to content

Commit e484c7e

Browse files
sunecosurieddyerburgh
authored andcommitted
docs: fix typo and update (#160)
* fix typo and update * natural translate
1 parent a5ad66a commit e484c7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ja/api/wrapper-array/hasStyle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# hasStyle(style, value)
22

3-
`WrapperArray` の全ての `Wrapper` の DOM ノードに style 属性とマッチする値を持っているか検証します。
3+
`WrapperArray` の全ての `Wrapper` の DOM ノードが style 属性とマッチする値を持っているか検証します。
44

5-
`Wrapper` DOM ノードに `string` にマッチする `style` 値がある場合 `true` を返します。
5+
`Wrapper` DOM ノードが `value` にマッチする `style` 値がある場合 `true` を返します。
66

77
**`jsdom`で実行しているときにのみインラインスタイルを検出しますので注意してください。**
88
- **引数:**

docs/ja/api/wrapper/hasStyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`Wrapper` DOM ノードが値に一致するにスタイルを持つか検証します。
44

5-
`Wrapper` DOM ノードが `string` に一致する `stuyle` を持つ場合は、`true` を返します。
5+
`Wrapper` DOM ノードが `value` に一致する `style` を持つ場合は、`true` を返します。
66

77
**`jsdom` で実行しているときのみ、インラインスタイルを検出します。**
88

0 commit comments

Comments
 (0)