diff --git a/app/config/events.php b/app/config/events.php index c4051f0515..d8a46d085c 100644 --- a/app/config/events.php +++ b/app/config/events.php @@ -191,7 +191,7 @@ return [ 'update' => [ '$description' => 'This event triggers when a bucket is updated.', 'prefs' => [ - '$description' => 'This event triggers when a team\'s preferences is updated.', + '$description' => 'This event triggers when a team\'s preferences are updated.', ], ] ], diff --git a/docs/references/teams/get-team-prefs.md b/docs/references/teams/get-team-prefs.md index a3f963fbc4..c09576cd47 100644 --- a/docs/references/teams/get-team-prefs.md +++ b/docs/references/teams/get-team-prefs.md @@ -1 +1 @@ -Get the team preferences by its unique ID. \ No newline at end of file +Get the team's preferences by its unique ID. \ No newline at end of file diff --git a/docs/references/teams/update-team-name.md b/docs/references/teams/update-team-name.md index fc39de08a1..e708369a02 100644 --- a/docs/references/teams/update-team-name.md +++ b/docs/references/teams/update-team-name.md @@ -1 +1 @@ -Update the team name by its unique ID. \ No newline at end of file +Update the team's name by its unique ID. \ No newline at end of file diff --git a/docs/references/teams/update-team-prefs.md b/docs/references/teams/update-team-prefs.md index afe9e78aaf..e4c0168e6d 100644 --- a/docs/references/teams/update-team-prefs.md +++ b/docs/references/teams/update-team-prefs.md @@ -1 +1 @@ -Update the team preferences by its unique ID. The object you pass is stored as is, and replaces any previous value. The maximum allowed prefs size is 64kB and throws error if exceeded. \ No newline at end of file +Update the team's preferences by its unique ID. The object you pass is stored as is and replaces any previous value. The maximum allowed prefs size is 64kB and throws an error if exceeded. \ No newline at end of file