Skip to content

Commit

Permalink
🐛 Fix typo in Comments spec (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Apr 19, 2023
1 parent 541f8fd commit ef03d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/comments.schema.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://spec.myst.tools/json-schema/comments.schema.json",
"description": "comment nodes for comments present in myst but ingnored upon render",
"description": "comment nodes for comments present in myst but ignored upon render",
"$defs": {
"Comment": {
"description": "Comment nodes for comments present in myst but ingnored upon render",
"description": "Comment nodes for comments present in myst but ignored upon render",
"type": "object",
"allOf": [
{
Expand Down

0 comments on commit ef03d93

Please sign in to comment.