Fix typo in jobs.cr

follwing -> following
This commit is contained in:
Ikko Eltociear Ashimine
2023-06-13 19:16:07 +09:00
committed by GitHub
parent e6f5fcbc4b
commit 495ccdc221

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: