Skip to content

Commit 26e9c79

Browse files
authored
Merge pull request #12 from Matchlighter/patch-1
Fix a typo in a reference
2 parents 3630a57 + 54cfb1a commit 26e9c79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ module.exports = {
318318
lang: { type: 'string' },
319319
subject: { type: 'string' },
320320
text: { type: 'string' },
321-
attribution: { $ref: '/#definitions/Attribution' }
321+
attribution: { $ref: '#/definitions/Attribution' }
322322
}
323323
},
324324
OnlineAccount: {
@@ -832,4 +832,4 @@ module.exports = {
832832
}
833833
}
834834
}
835-
};
835+
};

0 commit comments

Comments
 (0)