diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php index 583a03e..f5a9cb2 100644 --- a/src/Form/SettingsForm.php +++ b/src/Form/SettingsForm.php @@ -99,7 +99,7 @@ public function buildForm(array $form, FormStateInterface $form_state): array { ], 'message' => [ - '#markup' => $this->t('Note: Pinging the API will used saved config.'), + '#markup' => $this->t('Note: Pinging the API will use saved config.'), ], ];