Skip to content

Commit

Permalink
small-typo-change
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Apr 28, 2024
1 parent 40395f9 commit 875f0f1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@ class Gutenberg_REST_Templates_Controller_6_6 extends Gutenberg_REST_Templates_C
/**
* Checks if a given request has access to read templates.
*
* @since 6.6
* @since 6.6.0
*
* @param WP_REST_Request $request Full details about the request.
* @return true|WP_Error True if the request has read access, WP_Error object otherwise.
Expand All @@ -44,7 +44,7 @@ public function get_items_permissions_check( $request ) { // phpcs:ignore Variab
/**
* Checks if a given request has access to read templates.
*
* @since 6.6
* @since 6.6.0
*
* @param WP_REST_Request $request Full details about the request.
* @return true|WP_Error True if the request has read access, WP_Error object otherwise.
Expand Down

0 comments on commit 875f0f1

Please sign in to comment.