Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in jobs.cr
follwing -> following
  • Loading branch information
eltociear committed Jun 13, 2023
1 parent e6f5fcb commit 495ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/jobs.cr
Expand Up @@ -2,7 +2,7 @@ module Invidious::Jobs
JOBS = [] of BaseJob

# 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:
# job_name:
Expand Down

0 comments on commit 495ccdc

Please sign in to comment.