diff --git a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php index e1fb10813926c66e245017bd927bfdf6afdcb4c7..8e41e96dae5ab67d198db6e607e869b4a6dc7891 100644 --- a/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php +++ b/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php @@ -131,7 +131,7 @@ public function testUserPermissions() { $this->assertNoRaw('core/modules/quickedit/js/quickedit.js'); $this->assertNoRaw('core/modules/quickedit/js/editors/formEditor.js'); - // HTML annotation and title class does not exist for users without + // HTML annotation and title class do not exist for users without // permission to in-place edit. $this->assertNoRaw('data-quickedit-entity-id="node/1"'); $this->assertNoRaw('data-quickedit-field-id="node/1/body/en/full"');