Skip to content

Commit

Permalink
Fix: correct typo (fixes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Dec 10, 2024
2 parents bb9d920 + f1ef7b4 commit e18359b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"type": "object",
"required": false,
"properties": {
"_words": {
"words": {
"type": "array",
"required": false,
"title": "Words",
Expand Down
2 changes: 1 addition & 1 deletion schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"items": {
"type": "object",
"properties": {
"_words": {
"words": {
"type": "array",
"title": "Words",
"description": "The collection of word(s) to attach the associated definition to.",
Expand Down

0 comments on commit e18359b

Please sign in to comment.