Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Kulich authored and blcham committed Feb 11, 2023
1 parent 2ec48b8 commit 16526b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public Model processServiceGetRequest(@RequestParam MultiValueMap<String, String
value = "/service",
consumes = {MediaType.MULTIPART_FORM_DATA_VALUE},
produces = {
RDFMimeType.LD_JSON_STRING + ";chaset=utf-8",
RDFMimeType.LD_JSON_STRING + ";charset=utf-8",
RDFMimeType.N_TRIPLES_STRING,
RDFMimeType.RDF_XML_STRING,
RDFMimeType.TURTLE_STRING
Expand Down

0 comments on commit 16526b5

Please sign in to comment.