Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Feb 13, 2024
1 parent 3bc26c6 commit 3b3b3cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ documentation:
200:
body:
example: !include ../examples/property-value-put-200.json
type: !include schemas/property-value-get.json
type: !include schemas/property-value-put.json
/descriptor:
displayName: Descriptor of property
get:
Expand Down
4 changes: 2 additions & 2 deletions APIs/schemas/property-descriptor-get.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "object",
"description": "NcMethodResultClassDescriptor",
"title": "NcMethodResultClassDescriptor"
"description": "NcMethodResultDatatypeDescriptor",
"title": "NcMethodResultDatatypeDescriptor"
}

0 comments on commit 3b3b3cc

Please sign in to comment.