浏览代码

Update 0.1.7.md

Stefan Pejcic 1 年之前
父节点
当前提交
ead4afb7c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      documentation/docs/changelog/0.1.7.md

+ 1 - 1
documentation/docs/changelog/0.1.7.md

@@ -56,7 +56,7 @@ Users can now pause/unpause cronjobs and execute them out of schedule.
 ![screenshot](https://i.postimg.cc/brZwBnSG/2024-04-15-23-56.png)
 
 
-When troubleshooting cronjob, you can add ` >> /home/USERNAME/CRON.log 2>&1` in the cron command and output will be stored in the file everytine the cron is executed.
+When troubleshooting cronjob, you can add ` >> /home/USERNAME/CRON.log 2>&1` in the cron command and output will be stored in the file everytime the cron is executed.
 
 -----