diff --git a/entries/innerHeight.xml b/entries/innerHeight.xml
index b8c5654e..bdc22f23 100644
--- a/entries/innerHeight.xml
+++ b/entries/innerHeight.xml
@@ -9,7 +9,7 @@
This method returns the height of the element, including top and bottom padding, in pixels. This method returns the height of the element, including top and bottom padding, in pixels. If called on an empty set of elements, returns This method is not applicable to This method returns the width of the element, including left and right padding, in pixels. This method returns the width of the element, including left and right padding, in pixels. If called on an empty set of elements, returns This method is not applicable to The top and bottom padding and border are always included in the This method is not applicable to Returns the height of the element, including top and bottom padding, border, and optionally margin, in pixels. If called on an empty set of elements, returns This method is not applicable to When calling Returns the width of the element, along with left and right padding, border, and optionally margin, in pixels. If Returns the width of the element, including left and right padding, border, and optionally margin, in pixels. If called on an empty set of elements, returns This method is not applicable to undefined (null before jQuery 3.0).window and document objects; for these, use .height() instead.
diff --git a/entries/innerWidth.xml b/entries/innerWidth.xml
index 6e9fd0d3..d3641b00 100644
--- a/entries/innerWidth.xml
+++ b/entries/innerWidth.xml
@@ -8,7 +8,7 @@
undefined (null before jQuery 3.0).window and document objects; for these, use .width() instead.
diff --git a/entries/outerHeight.xml b/entries/outerHeight.xml
index ab497404..c50dd23d 100644
--- a/entries/outerHeight.xml
+++ b/entries/outerHeight.xml
@@ -1,6 +1,6 @@
.outerHeight() calculation; if the includeMargin argument is set to true, the margin (top and bottom) is also included.window and document objects; for these, use .height() instead.undefined (null before jQuery 3.0).window and document objects; for these, use .height() instead. Although .outerHeight() can be used on table elements, it may give unexpected results on tables using the border-collapse: collapse CSS property.
this refers to the current element in the set..outerHeight(value), the value can be either a string (number and unit) or a number. If only a number is provided for the value, jQuery assumes a pixel unit. If a string is provided, however, any valid CSS measurement may be used (such as 100px, 50%, or auto).includeMargin is omitted or false, the padding and border are included in the calculation; if true, the margin is also included.undefined (null before jQuery 3.0).window and document objects; for these, use .width() instead. Although .outerWidth() can be used on table elements, it may give unexpected results on tables using the border-collapse: collapse CSS property.
@@ -45,6 +44,7 @@ $( "p:last" ).text(