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 typo to better match context in requirement #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

daidoji
Copy link

@daidoji daidoji commented Apr 16, 2024

Noticed this typo when reading the spec on the plane. Hope it is the right fix!

@@ -47,7 +47,7 @@ In the web service world the TRP is purely a GET protocol.

Just as important it is to understand what the Trust Registry Protocol does NOT do. The TRP does NOT:
* affect the operations and governance of the systems that support querying using the TRP.
* create, update, or delete data in a system. In web services this means the TRP does to PUT, POST, DELETE, and other non-GET operations.
* create, update, or delete data in a system. In web services this means the TRP does no PUT, POST, DELETE, and other non-GET operations.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* create, update, or delete data in a system. In web services this means the TRP does no PUT, POST, DELETE, and other non-GET operations.
* create, update, or delete data in a system. In web services this means the TRP does not PUT, POST, DELETE, and other non-GET operations.

@andorsk
Copy link
Contributor

andorsk commented Dec 9, 2024

@daidoji mind if I resolve the conflicts before merging in?

@daidoji
Copy link
Author

daidoji commented Dec 9, 2024

@daidoji mind if I resolve the conflicts before merging in?

sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants