This commit is contained in:
Kevin Brubeck Unhammer
2013-05-01 18:58:47 +03:00
parent 5cddcee612
commit 270b26c091

View File

@@ -4,7 +4,7 @@ A system like ownCloud sometimes requires tasks to be done on a regular
base without blocking the user interface. For that purpose you, as a system
administrator, can define background jobs which make it possible to execute
tasks without any need of user interaction, e.g. database clean-ups etc.
For the sake of completeness it is worse to know that additionally background
For the sake of completeness it is worth to know that additionally background
jobs can also be defined by installed apps.
Parameters