diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php index 34f7500f4d8..94fbcc0d697 100644 --- a/core/modules/views/src/ViewExecutable.php +++ b/core/modules/views/src/ViewExecutable.php @@ -1748,7 +1748,7 @@ class ViewExecutable { /** * Gets the current user. * - * Views plugins can recieve the current user in order to not need dependency + * Views plugins can receive the current user in order to not need dependency * injection. * * @return \Drupal\Core\Session\AccountInterface