diff options
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/Share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Share.php b/app/Models/Share.php index 36e17c201..c453fbaac 100644 --- a/app/Models/Share.php +++ b/app/Models/Share.php @@ -121,7 +121,7 @@ class FreshRSS_Share { /** * Update a FreshRSS_Share object with information from an array. - * @param array<string,string> $options is a list of informations to update where keys should be + * @param array<string,string> $options is a list of information to update where keys should be * in this list: name, url, id, title, link. */ public function update($options) { |
