Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / PageCache / RequestPolicy / NoSessionOpen.php
index fd583a84b9793d8d826988b526afabdd165889b5..e29ae0bd032b0db29da5c75ff9cf103b400ce7cd 100644 (file)
@@ -11,7 +11,7 @@ use Symfony\Component\HttpFoundation\Request;
  *
  * Do not serve cached pages to authenticated users, or to anonymous users when
  * $_SESSION is non-empty. $_SESSION may contain status messages from a form
- * submission, the contents of a shopping cart, or other userspecific content
+ * submission, the contents of a shopping cart, or other user-specific content
  * that should not be cached and displayed to other users.
  */
 class NoSessionOpen implements RequestPolicyInterface {