Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tiimgreen committed Jun 18, 2024
1 parent e1d3457 commit 7843122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/toml-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def error(msg):
f'must be set to "free-shared" or "standard"',
)

if 'lesson_area' not in meta:
if 'lesson_areas' not in meta:
error(
f'No `lesson_area` in `meta` section of {f}; '
f'No `lesson_areas` in `meta` section of {f}; '
f'it must be an array of strings (can be empty)',
)

Expand Down

0 comments on commit 7843122

Please sign in to comment.