Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / user / src / Plugin / Block / UserLoginBlock.php
index a9341f9b7f7938111598d096d7cae60ed1262dbe..8da11e7b8fcc60be12c588a4ca6b51ce65c1200c 100644 (file)
@@ -64,7 +64,6 @@ class UserLoginBlock extends BlockBase implements ContainerFactoryPluginInterfac
     );
   }
 
-
   /**
    * {@inheritdoc}
    */
@@ -97,7 +96,7 @@ class UserLoginBlock extends BlockBase implements ContainerFactoryPluginInterfac
     // will be replaced at the very last moment. This ensures forms with
     // dynamically generated action URLs don't have poor cacheability.
     // Use the proper API to generate the placeholder, when we have one. See
-    // https://www.drupal.org/node/2562341. The placholder uses a fixed string
+    // https://www.drupal.org/node/2562341. The placeholder uses a fixed string
     // that is
     // Crypt::hashBase64('\Drupal\user\Plugin\Block\UserLoginBlock::build');
     // This is based on the implementation in