From e2b8690ea3fe3418421644ee9e40abdfd2a7fcf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20St=C3=B6ter?= <4901704+tstoeter@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:29:28 +0100 Subject: [PATCH] Fix typo --- docs-rst/libraries/official_packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-rst/libraries/official_packages.rst b/docs-rst/libraries/official_packages.rst index b1ac417..4320cfb 100644 --- a/docs-rst/libraries/official_packages.rst +++ b/docs-rst/libraries/official_packages.rst @@ -34,7 +34,7 @@ Settings ******** `CodeIgniter Settings `_ is a wrapper around -the configuration files that allows any configuration setting to saved to the database, +the configuration files that allows any configuration setting to be saved to the database, while defaulting to the config files when not custom value has been stored. This allows an application to ship with the default config values, but adapt as the project grows or moves servers, without having to touch the code.