diff --git a/src/standard/utils.html b/src/standard/utils.html
index 59ff1fff9b..4311f32357 100644
--- a/src/standard/utils.html
+++ b/src/standard/utils.html
@@ -106,7 +106,7 @@
/**
* Returns a list of nodes that are the effective childNodes. The effective
- * childNodes list is the same as the element's childNodes except that
+ * childNodes list is the same as the element's childNodes except that
* any `` elements are replaced with the list of nodes distributed
* to the ``, the result of its `getDistributedNodes` method.
*
@@ -119,8 +119,8 @@
/**
* Returns a list of elements that are the effective children. The effective
- * children list is the same as the element's children except that
- * any `` elements are replaced with the list of elements
+ * children list is the same as the element's children except that
+ * any `` elements are replaced with the list of elements
* distributed to the ``.
*
* @method getEffectiveChildren
@@ -134,7 +134,7 @@
},
/**
- * Returns a string of text content that is the concatenation of the
+ * Returns a string of text content that is the concatenation of the
* text content's of the element's effective childNodes (the elements
* returned by