Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortflidd <tflidd@aspekte.net>2022-06-20 14:17:36 +0300
committerGitHub <noreply@github.com>2022-06-20 14:17:36 +0300
commit6ff95fdfbbe7d66c22075f7d4e42ccf5f679ad06 (patch)
treec7dc31343cbecd50561b374c6dfc14b65ed83a8a
parentb5cfe1cf85cdb695ca60dfd27da7eca4f48f4288 (diff)
parent60f46f1bdf92b1f0f5f4cdffde995216632743e6 (diff)
Merge pull request #8560 from nextcloud/backport/8558/stable23
[stable23] Background jobs (Cron): Fix Typo
-rw-r--r--developer_manual/basics/backgroundjobs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/developer_manual/basics/backgroundjobs.rst b/developer_manual/basics/backgroundjobs.rst
index 6042f7e45..2090e0a0e 100644
--- a/developer_manual/basics/backgroundjobs.rst
+++ b/developer_manual/basics/backgroundjobs.rst
@@ -72,7 +72,7 @@ job needs to be registered.
info.xml
^^^^^^^^
-You can register your jobs in your info.xml by addning;
+You can register your jobs in your info.xml by adding;
.. code-block:: xml