Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / display / Feed.php
index b9a2990ce4ac7b26a20aa8418607a644768e0008..c664c053e25640fd90b8e43e48e33c9769365c9d 100644 (file)
@@ -106,7 +106,7 @@ class Feed extends PathPluginBase implements ResponseDisplayPluginInterface {
   public function render() {
     $build = $this->view->style_plugin->render($this->view->result);
 
-    $this->applyDisplayCachablityMetadata($build);
+    $this->applyDisplayCacheabilityMetadata($build);
 
     return $build;
   }