Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jan 26, 2024
1 parent b4dbe5a commit 5a3905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/query-controls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function QueryControls( {
value: 'date/asc',
},
{
/* translators: Label for ordering posts by title in ascending order.translators: */
/* translators: Label for ordering posts by title in ascending order. */
label: __( 'A → Z' ),
value: 'title/asc',
},
Expand Down

0 comments on commit 5a3905a

Please sign in to comment.