diff --git a/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php b/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
index d683426..1a38671 100644
--- a/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
+++ b/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
@@ -1454,7 +1454,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
         $form['css_class'] = array(
           '#type' => 'textfield',
           '#title' => $this->t('CSS class name(s)'),
-          '#description' => $this->t('Multiples classes should be separated by spaces.'),
+          '#description' => $this->t('Seperate multiples classes by spaces.'),
           '#default_value' => $this->getOption('css_class'),
         );
         break;
