From b830bb203bc3a41b3f7c7d89be3383e8acb79880 Mon Sep 17 00:00:00 2001 From: Williamywarner <53314234+Williamywarner@users.noreply.github.com> Date: Thu, 25 Jul 2019 11:28:13 -0700 Subject: [PATCH] Small comment type change on UsageExamples.md --- doc/UsageExamples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UsageExamples.md b/doc/UsageExamples.md index ff78da7454..ff01984e26 100644 --- a/doc/UsageExamples.md +++ b/doc/UsageExamples.md @@ -12,7 +12,7 @@ if (class_exists(\MailPoet\API\API::class)) { $mailpoet_api = \MailPoet\API\API::MP('v1'); // Get available list so that a subscriber can choose in which to subscribe $lists = $mailpoet_api->getLists(); - // Ger subscriber fields to know what fields can be rendered within a form + // Get subscriber fields to know what fields can be rendered within a form $subscriber_form_fields = $mailpoet_api->getSubscriberFields(); } ```