diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-18 21:30:19 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-18 21:30:19 +0100 |
commit | f2cbcd68d3220db6da1b579e10c85c418b602855 (patch) | |
tree | 6a492a91ec6e021d38421ab85be4c1ab3bf78fd0 | |
parent | 68d5519e09d1449d03f55c5a3e3251781b0dc192 (diff) | |
download | fatcat-f2cbcd68d3220db6da1b579e10c85c418b602855.tar.gz fatcat-f2cbcd68d3220db6da1b579e10c85c418b602855.zip |
fix a typo in openapi definition
-rw-r--r-- | fatcat-openapi2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 0cf2fb9b..9f894632 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -881,7 +881,7 @@ definitions: type: string description: "PubMed Central Identifier" core: - exmaple: "9234592" + example: "9234592" type: string #format: custom description: "CORE (https://core.ac.uk) identifier" |