Skip to content

Commit

Permalink
Field name
Browse files Browse the repository at this point in the history
WordPres > WordPress
  • Loading branch information
AugustMiller authored Nov 11, 2024
1 parent 4a30df9 commit dd1d83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/fields/WpId.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected static function uid(): string
protected static function create(): FieldInterface
{
$field = new Number();
$field->name = 'WordPres ID';
$field->name = 'WordPress ID';
$field->handle = 'wpId';
$field->min = 1;
$field->searchable = true;
Expand Down

0 comments on commit dd1d83d

Please sign in to comment.