diff --git a/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php b/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php index 696acc16cd0f9e1940df83e92068f0738fad67eb..92bbf1e927320cd8cea0fe4bc93b5be96740dbe5 100644 --- a/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php +++ b/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php @@ -26,7 +26,7 @@ class UpcastingTest extends BrowserTestBase { * signature: f($user, $node, $foo) returning either values or labels * like "user: Dries, node: First post, foo: bar" * - * The tests shuffle the parameters around an checks if the right thing is + * The test shuffles the parameters around and checks if the right thing is * happening. */ public function testUpcasting() { diff --git a/core/modules/views/src/Form/ViewsExposedForm.php b/core/modules/views/src/Form/ViewsExposedForm.php index 0a12166412d805797f2c937bc995c50cef9ba0b4..368f4da6b9b64968afcb493e1861135ca85be739 100644 --- a/core/modules/views/src/Form/ViewsExposedForm.php +++ b/core/modules/views/src/Form/ViewsExposedForm.php @@ -101,7 +101,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { // Grouped exposed filters have their own forms. // Instead of render the standard exposed form, a new Select or // Radio form field is rendered with the available groups. - // When an user choose an option the selected value is split + // When an user chooses an option the selected value is split // into the operator and value that the item represents. if ($handler->isAGroup()) { $handler->groupForm($form, $form_state);