Index: src/js/_enqueues/wp/password-strength-meter.js
===================================================================
--- src/js/_enqueues/wp/password-strength-meter.js	(revision 48123)
+++ src/js/_enqueues/wp/password-strength-meter.js	(working copy)
@@ -53,13 +53,12 @@
 		 * as username, first name, email etc.
 		 *
 		 * @since 3.7.0
-		 * @deprecated 5.5.0 Use {@see 'userInputBlockList()'} instead.
+		 * @deprecated 5.5.0 Use {@see 'userInputDisallowedList()'} instead.
 		 *
 		 * @return {string[]} The array of words to be disallowed.
 		 */
 		userInputBlacklist : function() {
 			wp.deprecated( 'wp.passwordStrength.userInputBlacklist()', {
-				version: '5.5.0',
 				alternative: 'wp.passwordStrength.userInputDisallowedList()',
 				plugin: 'WordPress',
 				hint: wp.i18n.__( 'Please consider writing more inclusive code.' )
Index: tests/phpunit/tests/admin/includesSchema.php
===================================================================
--- tests/phpunit/tests/admin/includesSchema.php	(revision 48123)
+++ tests/phpunit/tests/admin/includesSchema.php	(working copy)
@@ -159,7 +159,7 @@
 					'use_quicktags' => '1',
 				),
 				array(
-					// This option disallowed and should never exist.
+					// This option is disallowed and should never exist.
 					'use_quicktags' => false,
 				),
 			),
