Skip to content
Snippets Groups Projects
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
Branches
Tags
7 merge requests!1286issue #3240655 by elfakhar,!1285Issue #3240655 by elfakhar Aligne the active border,!541Issue #3123070: Fix 'PSR2.Classes.PropertyDeclaration.Underscore' coding standard,!463Resolve #3205025 "Class align center for media",!386Allow multiple vocabularies in the taxonomy filter,!308Issue #3118206: Remote media does not validate provider,!35Issue #3164686 WebAssert::addressEquals() and AssertLegacyTrait::assertUrl() fail to check the querystring
......@@ -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();
......
......@@ -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')
......
......@@ -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 {
......
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment