Compare commits

...

2 Commits

Author SHA1 Message Date
Émilien (perso)
93559cbdd5
Merge pull request #3914 from eltociear/patch-1
Fix typo in jobs.cr
2023-06-13 13:31:53 +02:00
Ikko Eltociear Ashimine
495ccdc221
Fix typo in jobs.cr
follwing -> following
2023-06-13 19:16:07 +09:00

View File

@ -2,7 +2,7 @@ module Invidious::Jobs
JOBS = [] of BaseJob JOBS = [] of BaseJob
# Automatically generate a structure that wraps the various # Automatically generate a structure that wraps the various
# jobs' configs, so that the follwing YAML config can be used: # jobs' configs, so that the following YAML config can be used:
# #
# jobs: # jobs:
# job_name: # job_name: