From 08c9e97732f90543cdb4dfa735286ee778371647 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 25 Sep 2021 18:57:37 -0500 Subject: [PATCH] chore(plugin): Fix docblock typo --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 0bf74c2..adbc12d 100644 --- a/plugin.php +++ b/plugin.php @@ -30,7 +30,7 @@ public function __invoke() } /** - * Register the Phone Number field type with ACF. + * Register the field type with ACF. * * @return void */