Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Jun 27, 2024
1 parent 40c16a8 commit 4c16fa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 0.5-dev1/schemas/label.schema
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"description": "The version of the specification",
"type": "string",
"enum": [
"0.5-dev-1"
"0.5.-dev1"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/schemas/plate.schema
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"description": "The version of the specification",
"type": "string",
"enum": [
"0.5-dev-1"
"0.5.-dev1"
]
},
"field_count": {
Expand Down
2 changes: 1 addition & 1 deletion 0.5-dev1/schemas/well.schema
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"description": "The version of the specification",
"type": "string",
"enum": [
"0.5-dev-1"
"0.5.-dev1"
]
}
},
Expand Down

0 comments on commit 4c16fa4

Please sign in to comment.