Unverified Commit 0a10997a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3178039 by anmolgoyal74, Matroskeen, xjm, Kristen Pol, alvar0hurtad0:...

Issue #3178039 by anmolgoyal74, Matroskeen, xjm, Kristen Pol, alvar0hurtad0: Correct typo "is has" in a few code comments and tests in core

(cherry picked from commit d8a3cf98)
parent c4b3a0f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ class TranslationLinkTest extends ContentTranslationTestBase {
  protected $defaultTheme = 'stark';

  protected function setUp(): void {
    // @todo Use entity_type once it is has multilingual Views integration.
    // @todo Use entity_type once it has multilingual Views integration.
    $this->entityTypeId = 'user';

    parent::setUp();
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ protected function transactionInnerLayer($suffix, $rollback = FALSE, $ddl_statem
    $txn = $this->connection->startTransaction();

    $depth2 = $this->connection->transactionDepth();
    $this->assertTrue($depth < $depth2, 'Transaction depth is has increased with new transaction.');
    $this->assertTrue($depth < $depth2, 'Transaction depth has increased with new transaction.');

    // Insert a single row into the testing table.
    $this->connection->insert('test')
+3 −3
Original line number Diff line number Diff line
@@ -666,9 +666,9 @@
/**
 * Style the added media item container.
 *
 * The added media container receives screen reader focus since it is has the
 * role 'listitem'. Since it is not an interactive element, it does not need
 * an outline.
 * The added media container receives screen reader focus since it has the role
 * 'listitem'. Since it is not an interactive element, it does not need an
 * outline.
 */

.media-library-add-form__media {
+3 −3
Original line number Diff line number Diff line
@@ -616,9 +616,9 @@
/**
 * Style the added media item container.
 *
 * The added media container receives screen reader focus since it is has the
 * role 'listitem'. Since it is not an interactive element, it does not need
 * an outline.
 * The added media container receives screen reader focus since it has the role
 * 'listitem'. Since it is not an interactive element, it does not need an
 * outline.
 */
.media-library-add-form__media {
  position: relative;
+3 −3
Original line number Diff line number Diff line
@@ -632,9 +632,9 @@
/**
 * Style the added media item container.
 *
 * The added media container receives screen reader focus since it is has the
 * role 'listitem'. Since it is not an interactive element, it does not need
 * an outline.
 * The added media container receives screen reader focus since it has the role
 * 'listitem'. Since it is not an interactive element, it does not need an
 * outline.
 */
.media-library-add-form__media {
  position: relative;