Skip to content

fix typo and update #160

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 2 commits into from
Nov 7, 2017
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/ja/api/wrapper-array/hasStyle.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# hasStyle(style, value)

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

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

**`jsdom`で実行しているときにのみインラインスタイルを検出しますので注意してください。**
- **引数:**
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/api/wrapper/hasStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

Expand Down