Index: src/wp-includes/rest-api/class-wp-rest-server.php
===================================================================
--- src/wp-includes/rest-api/class-wp-rest-server.php	(révision 48981)
+++ src/wp-includes/rest-api/class-wp-rest-server.php	(copie de travail)
@@ -923,7 +923,7 @@
 		if ( ! is_callable( $handler['callback'] ) ) {
 			$error = new WP_Error(
 				'rest_invalid_handler',
-				__( 'The handler for the route is invalid' ),
+				__( 'The handler for the route is invalid.' ),
 				array( 'status' => 500 )
 			);
 		}
@@ -1021,7 +1021,7 @@
 
 		return new WP_Error(
 			'rest_no_route',
-			__( 'No route was found matching the URL and request method' ),
+			__( 'No route was found matching the URL and request method.' ),
 			array( 'status' => 404 )
 		);
 	}
Index: src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
===================================================================
--- src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php	(révision 48981)
+++ src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php	(copie de travail)
@@ -51,7 +51,7 @@
 					'args'                => array(
 						'context'    => $this->get_context_param( array( 'default' => 'view' ) ),
 						'attributes' => array(
-							'description'       => __( 'Attributes for the block' ),
+							'description'       => __( 'Attributes for the block.' ),
 							'type'              => 'object',
 							'default'           => array(),
 							'validate_callback' => static function ( $value, $request ) {
Index: src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
===================================================================
--- src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php	(révision 48981)
+++ src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php	(copie de travail)
@@ -87,11 +87,11 @@
 			array(
 				'args'   => array(
 					'name'      => array(
-						'description' => __( 'Block name' ),
+						'description' => __( 'Block name.' ),
 						'type'        => 'string',
 					),
 					'namespace' => array(
-						'description' => __( 'Block namespace' ),
+						'description' => __( 'Block namespace.' ),
 						'type'        => 'string',
 					),
 				),
