Skip to content

Commit e1c4c00

Browse files
authored
Upgrade guide: Remove duplicate "may"
Closes #199
1 parent ba12525 commit e1c4c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/upgrade-guide/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ https://github.com/jquery/jquery/issues/2710
372372
### Dimensions
373373
#### Breaking change: .width(), .height(), .css("width"), and .css("height") can return non-integer values
374374

375-
Before version 3.0, jQuery used the DOM `offsetWidth` and `offsetHeight` properties to determine the dimensions of an element, and these properties always return integers. With jQuery 3.0 we get more precise values via the DOM `getBoundingClientRect` API, and these may may not be integers. If your code always expects integers for dimensions, it may need to be adjusted to deal with this extra precision.
375+
Before version 3.0, jQuery used the DOM `offsetWidth` and `offsetHeight` properties to determine the dimensions of an element, and these properties always return integers. With jQuery 3.0 we get more precise values via the DOM `getBoundingClientRect` API, and these may not be integers. If your code always expects integers for dimensions, it may need to be adjusted to deal with this extra precision.
376376

377377
https://github.com/jquery/jquery/issues/1724
378378

0 commit comments

Comments
 (0)