diff options
| author | 2026-01-03 18:44:24 +0100 | |
|---|---|---|
| committer | 2026-01-03 18:44:24 +0100 | |
| commit | 0119c3e0eaf36eef681e8471ad9cca9c4de9eb44 (patch) | |
| tree | a8a47a8651294aceef59565f4ff1e23e382d1287 /app | |
| parent | b07ec816b023c911f76c4149d00a2ffbdcab1d16 (diff) | |
Fix typos in CREDITS.md and configureController.php (#8396)
- contirbutions → contributions
- runable → runnable
Diffstat (limited to 'app')
| -rw-r--r-- | app/Controllers/configureController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 8b42a1441..98a201e26 100644 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -382,7 +382,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController { * configuration values then sends a notification to the user then * redirect to the same page. * If this action is not reached through a POST request, it displays the - * configuration page and verifies that every user query is runable by + * configuration page and verifies that every user query is runnable by * checking if categories and feeds are still in use. */ public function queriesAction(): void { |
