diff --git a/src/js/_enqueues/admin/postbox.js b/src/js/_enqueues/admin/postbox.js
index 7ae595e3ef..2408810823 100644
--- a/src/js/_enqueues/admin/postbox.js
+++ b/src/js/_enqueues/admin/postbox.js
@@ -380,7 +380,7 @@
 					/* `helper: 'clone'` is equivalent to `return element.clone();`
 					 * Cloning a checked radio and then inserting that clone next to the original
 					 * radio unchecks the original radio (since only one of the two can be checked).
-					 * We get around this by renaming the helper's inputs' name attributes so that,
+					 * We get around this by renaming the helper's input's name attributes so that,
 					 * when the helper is inserted into the DOM for the sortable, no radios are
 					 * duplicated, and no original radio gets unchecked.
 					 */
diff --git a/src/js/_enqueues/wp/widgets/media.js b/src/js/_enqueues/wp/widgets/media.js
index c53344133f..7a86f97a28 100644
--- a/src/js/_enqueues/wp/widgets/media.js
+++ b/src/js/_enqueues/wp/widgets/media.js
@@ -1023,7 +1023,7 @@ wp.mediaWidgets = ( function( $ ) {
 		 * Set attribute value(s).
 		 *
 		 * This is a wrapped version of Backbone.Model#set() which allows us to
-		 * cast the attribute values from the hidden inputs' string values into
+		 * cast the attribute values from the hidden input's string values into
 		 * the appropriate data types (integers or booleans).
 		 *
 		 * @param {string|Object} key - Attribute name or attribute pairs.
