From d3483b952afcb3e0a72822de1d3815d79e20a3c1 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 14 Apr 2026 04:32:13 +0200 Subject: [PATCH] NextCloud: Fixed some typography errors --- wiki/nextcloud.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/nextcloud.md b/wiki/nextcloud.md index abfcddc..86db199 100644 --- a/wiki/nextcloud.md +++ b/wiki/nextcloud.md @@ -21,13 +21,13 @@ You can access ownCloud via WebDAV with the link ### Nesting Nextcloud Data of Multiple Servers -By default it is not possible for one servers files to be saved to the folder structure that is +By default, it is not possible for one server files to be saved to the folder structure that is used for another server or to nest data from two or more servers within each other. This however can be conveniently avoided by using symbolic links (for example [symbolic links](/wiki/linux/shell.md#symbolic-links-using-ln) in [Linux](/wiki/linux.md)), which are not by default synchronized to NextCloud. -## Troubleshooting +## Troubleshooting This section will focus on errors and the fixing of errors of NextCloud. @@ -45,6 +45,6 @@ Simply renaming files and folders to not include colons fixes the problems most ### Problem Uploading Files on Android Clients When using an [Android](/wiki/android.md) client problems may occur regarding uploading files. -Most of the time no error messages are given but the error can be caused by a colon (`:`) and be +Most of the time no error messages are given, but the error can be caused by a colon (`:`) and be similar to the [previous section](#error-occurred-while-downloading-files-on-android-clients). Simply renaming files and folders to not include colons fixes the problems most of the time.