Skip to content

Commit

Permalink
Issue #3154914 by ju.vanderw: Fix grammar usage of singular/plural
Browse files Browse the repository at this point in the history
(cherry picked from commit b8eac3f203e06e1ee1c46e291172ad1c58d33aea)
  • Loading branch information
alexpott committed Jul 14, 2020
1 parent 79ada8c commit 25d43aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion modules/views/src/Form/ViewsExposedForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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);
Expand Down

0 comments on commit 25d43aa

Please sign in to comment.