diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index a34618a2d722e9381774d9a914d419cbeff20be9..457e94259e8a6b5cb219fb4b12705bc984ca1ca0 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -1079,7 +1079,7 @@ function _uw_cfg_common_banner_validate(array &$form, FormStateInterface $form_s
 
           // If there is no selection on the media, then there is no image,
           // so set the error.
-          // @TO-DO: fix so that inline errors show.
+          // @todo: fix so that inline errors show.
           if (!isset($value['subform']['field_uw_ban_image']['selection'])) {
 
             // Set the error that an image is missing.
@@ -1105,7 +1105,6 @@ function uw_cfg_common_field_widget_entity_reference_paragraphs_form_alter(&$ele
   }
 }
 
-
 /**
  * Implements hook_field_widget_WIDGET_TYPE_form_alter().
  */