Index: wp-includes/rest-api.php
===================================================================
--- wp-includes/rest-api.php	(revision 47088)
+++ wp-includes/rest-api.php	(working copy)
@@ -1221,7 +1221,7 @@
 		}
 
 		/* translators: 1: Parameter, 2: List of types. */
-		return new WP_Error( 'rest_invalid_param', sprintf( __( '%1$s is not of type %2$s' ), $param, implode( ',', $args['type'] ) ) );
+		return new WP_Error( 'rest_invalid_param', sprintf( __( '%1$s is not of type %2$s.' ), $param, implode( ',', $args['type'] ) ) );
 	}
 
 	if ( 'array' === $args['type'] ) {
