From 7609fb6a71401c4b3ec510b6b0f5c99da0e25c0a Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 10 Dec 2024 09:51:16 -0500 Subject: [PATCH] fix: typo found during review Also changed "PC" reference to "externally" to be more generic. Signed-off-by: Josh --- .../configuration_server/config_sample_php_parameters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index bfa7b3e26..5a6eb19f4 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -43,7 +43,7 @@ placed in the ``config/`` directory (if appropriately named and formatted). Format ------ -The short answer is that``config/`` files are plain text files with some special formatting +The short answer is that ``config/`` files are plain text files with some special formatting requirements for different types of parameters and values. This makes it extensible and easy for Nextcloud to interact with. It also makes it easy for administartors to view with any text viewer and from the command-line. @@ -98,7 +98,7 @@ Arrays of any of the above types: Modifying --------- -Parameters may be modified in a standard text editor (i.e. via the command-line or from a PC +Parameters may be modified in a standard text editor (i.e. via the command-line or externally then re-uploaded). They may also, in most cases, be modified using the commands in the ``occ config:system:*`` namespace.