diff --git a/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php b/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php index 14d441c..727999b 100644 --- a/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php +++ b/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php @@ -115,8 +115,8 @@ class ViewSubscriber implements EventSubscriberInterface { * * Browser IFRAMEs expect HTML. Browser extensions such as Linkification and * Skype's browser highlighter convert URLs, phone numbers, etc. into links. - * This corrupts the JSON response. Protect the integrity of the JSON data by - * making it the value of a textarea. + * This corrupts the JSON response. This method protects the integrity of the + * JSON data by making it the value of a textarea. * * @param Symfony\Component\HttpKernel\GetResponseEvent $event * The event to process.