Skip to content

Commit

Permalink
Add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Jun 9, 2022
1 parent fbdd3f5 commit d8fec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/presentation/3.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ A list of one or more service definitions on the top-most resource of the docume

A client encountering a `service` property where the definition consists only of an `id` and `type` _SHOULD_ then check the `services` property on the top-most resource for an expanded definition. If the service is not present in the `services` list, and the client requires more information in order to use the service, then it _SHOULD_ dereference the `id` (or `@id`) of the service in order to retrieve a service description.

The value _MUST_ be an array of JSON objects. Each object _MUST_ a service resource, as described above.
The value _MUST_ be an array of JSON objects. Each object _MUST_ be a service resource, as described above.

* A Collection _MAY_ have the `services` property, if it is the topmost Collection in a response document.<br/>
Clients _SHOULD_ process `services` on a Collection.
Expand Down

0 comments on commit d8fec46

Please sign in to comment.