Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed two minor typos #7

Merged
merged 1 commit into from
Jul 20, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-kelly-json-hal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Internet-Draft JSON Hypertext Application Language August 2014
A client SHOULD provide some notification (for example, by logging a
warning message) whenever it traverses over a link that has this
property. The notification SHOULD include the deprecation property's
value so that a client manitainer can easily find information about
value so that a client maintainer can easily find information about
the deprecation.

5.5. name
Expand Down
4 changes: 2 additions & 2 deletions draft-kelly-json-hal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Content-Type: application/hal+json
<section anchor="link-deprecation" title="deprecation">
<t>The "deprecation" property is OPTIONAL.</t>
<t>Its presence indicates that the link is to be deprecated (i.e. removed) at a future date. Its value is a URL that SHOULD provide further information about the deprecation.</t>
<t>A client SHOULD provide some notification (for example, by logging a warning message) whenever it traverses over a link that has this property. The notification SHOULD include the deprecation property's value so that a client manitainer can easily find information about the deprecation.</t>
<t>A client SHOULD provide some notification (for example, by logging a warning message) whenever it traverses over a link that has this property. The notification SHOULD include the deprecation property's value so that a client maintainer can easily find information about the deprecation.</t>
</section>

<section anchor="link-name" title="name">
Expand Down Expand Up @@ -225,7 +225,7 @@ Content-Type: application/hal+json
</section>

<section anchor="media-type-parameters" title="Media Type Parameters">
<section anchor="profile-parmeter" title="profile">
<section anchor="profile-parameter" title="profile">
<t>The media type identifier application/hal+json MAY also include an additional "profile" parameter (as defined by <xref target="I-D.wilde-profile-link" />)</t>
<t>HAL documents that are served with the "profile" parameter still SHOULD include a "profile" link belonging to the root resource.</t>
</section>
Expand Down