fix: typo found during review

Also changed "PC" reference to "externally" to be more generic.

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh
2024-12-10 09:51:16 -05:00
committed by GitHub
parent f93cd8f20e
commit 7609fb6a71

View File

@ -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.