Skip to content

Commit a3dcd27

Browse files
Alex-Sokoloveddyerburgh
authored andcommitted
docs: update hasStyle.md (#138)
* Update hasStyle.md * Update hasStyle.md
1 parent 443675f commit a3dcd27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

33
Assert every `Wrapper` in `WrapperArray` DOM node has style matching value.
44

5-
Returns `true` if `Wrapper` DOM node has `style` matching `string`.
5+
Returns `true` if `Wrapper` DOM node has `style` matching `value`.
66

77
**Note will only detect inline styles when running in `jsdom`.**
88
- **Arguments:**

docs/en/api/wrapper/hasStyle.md

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

33
Assert `Wrapper` DOM node has style matching value
44

5-
Returns `true` if `Wrapper` DOM node has `style` matching `string`.
5+
Returns `true` if `Wrapper` DOM node has `style` matching `value`.
66

77
**Note will only detect inline styles when running in `jsdom`.**
88

0 commit comments

Comments
 (0)