diff --git a/docs/en/api/wrapper-array/hasStyle.md b/docs/en/api/wrapper-array/hasStyle.md index fd34608ab..56a8843fa 100644 --- a/docs/en/api/wrapper-array/hasStyle.md +++ b/docs/en/api/wrapper-array/hasStyle.md @@ -2,7 +2,7 @@ Assert every `Wrapper` in `WrapperArray` DOM node has style matching value. -Returns `true` if `Wrapper` DOM node has `style` matching `string`. +Returns `true` if `Wrapper` DOM node has `style` matching `value`. **Note will only detect inline styles when running in `jsdom`.** - **Arguments:** diff --git a/docs/en/api/wrapper/hasStyle.md b/docs/en/api/wrapper/hasStyle.md index 3d3bb68b4..0281d8401 100644 --- a/docs/en/api/wrapper/hasStyle.md +++ b/docs/en/api/wrapper/hasStyle.md @@ -2,7 +2,7 @@ Assert `Wrapper` DOM node has style matching value -Returns `true` if `Wrapper` DOM node has `style` matching `string`. +Returns `true` if `Wrapper` DOM node has `style` matching `value`. **Note will only detect inline styles when running in `jsdom`.**