Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Sep 15, 2021
1 parent caa5aeb commit 717cf6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function LinkCell( {
label={ __( 'Link to' ) }
// since this is not actually editable, we treat value as a placeholder
value={ value || placeholder || __( 'Search or type URL' ) }
// TODO(David): Toggling placeholder styles based on precense of custom
// TODO(David): Toggling placeholder styles based on presence of custom
// placeholder text is confusing. We need to find a better approach.
valueStyle={
!! ( value || placeholder ) ? undefined : placeholderColor
Expand Down

0 comments on commit 717cf6c

Please sign in to comment.