From 0119c3e0eaf36eef681e8471ad9cca9c4de9eb44 Mon Sep 17 00:00:00 2001 From: Bartłomiej Dmitruk Date: Sat, 3 Jan 2026 18:44:24 +0100 Subject: Fix typos in CREDITS.md and configureController.php (#8396) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - contirbutions → contributions - runable → runnable --- app/Controllers/configureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 { -- cgit v1.2.3