Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Render / Renderer.php
index 00246943f5471105e4d67b4456b21d3ce9422332..d435798652c946c778407085af2c516e58809083 100644 (file)
@@ -218,7 +218,7 @@ class Renderer implements RendererInterface {
 
     // Early-return nothing if user does not have access.
     if (isset($elements['#access'])) {
-      // If #access is an AccessResultInterface object, we must apply it's
+      // If #access is an AccessResultInterface object, we must apply its
       // cacheability metadata to the render array.
       if ($elements['#access'] instanceof AccessResultInterface) {
         $this->addCacheableDependency($elements, $elements['#access']);