Browse Source

Clean up format

Jaap Marcus 2 years ago
parent
commit
2824832df1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docs/user-guide/cron-jobs.md

+ 1 - 1
docs/docs/user-guide/cron-jobs.md

@@ -12,7 +12,7 @@ To manage your cron jobs, navigate to the **Cron <i class="fas fa-fw fa-clock"><
 1. Click the **<i class="fas fa-fw fa-plus-circle"></i> Add job** button.
 2. Enter the command you want to execute.
 3. Enter the schedule on which you want to execute the command. You can use the generator to help you, or a tool such as [Crontab.guru](https://crontab.guru/).
-4. **Important.** If you use a normal user then you cannot use sudo in cron jobs, Hestia does not add normal users to the sudoers configuration file. 
+4. **Important.** If you use a normal user then you cannot use sudo in cron jobs, Hestia does not add normal users to the sudoers configuration file.
 
 ## Editing a cron job