Commit 2c46b5a4 authored by catch's avatar catch
Browse files

Issue #3315884 by Wim Leers, lauriii: Fix typos: s/CKEditor5/CKEditor 5/

(cherry picked from commit a575c442)
parent 71d0aaa7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ class CKEditor5AspectsOfCKEditor5Plugin extends Plugin {
  public $plugins;

  /**
   * A keyed array of additional values for the CKEditor5 constructor config.
   * A keyed array of additional values for the CKEditor 5 configuration.
   *
   * This property is optional and it does not need to be declared.
   *
+2 −2
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ public function hasCKEditor5Plugins(): bool {
  }

  /**
   * Gets keyed array of additional values for the CKEditor5 constructor config.
   * Gets keyed array of additional values for the CKEditor 5 configuration.
   *
   * @return array
   *   The CKEditor 5 constructor config.
@@ -542,7 +542,7 @@ public function getCKEditor5Config(): array {
  }

  /**
   * Whether this plugin has additional values for the CKEditor5 constructor.
   * Whether this plugin has additional values for the CKEditor 5 configuration.
   *
   * @return bool
   *
+6 −5
Original line number Diff line number Diff line
@@ -114,7 +114,8 @@ public function testFragmentLink() {
    $session->executeScript("location.hash = '#edit-body-0-value';");

    // Check that the CKEditor 5-enabled body field is visible in the viewport.
    // The hash change adds an ID to the CKEditor 5 instance so check its visibility using the ID now.
    // The hash change adds an ID to the CKEditor 5 instance so check its
    // visibility using the ID now.
    $web_assert->assertVisibleInViewport('css', $ckeditor_id, 'topLeft', 'CKEditor 5-enabled body field is not visible.');

    // Use JavaScript to go back in the history instead of
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading