Skip to content

Commit

Permalink
fix: typo found during review
Browse files Browse the repository at this point in the history
Also changed "PC" reference to "externally" to be more generic.

Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored Dec 10, 2024
1 parent f93cd8f commit 7609fb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 7609fb6

Please sign in to comment.