Fixes typo in the facets controller.

This commit is contained in:
mateuswetah 2023-11-23 10:07:48 -03:00
parent 8aebc72636
commit a5a2807896
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class REST_Facets_Controller extends REST_Controller {
],
'parent' => [
'type' => 'string',
'description' => __( 'Parent term id, if coming from a Taxonomy metadata type tha has hierarchy.', 'tainacan' ),
'description' => __( 'Parent term id, if coming from a Taxonomy metadata type that has hierarchy.', 'tainacan' ),
],
'total_items' => [
'type' => 'integer',