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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


As with all layers of the [[xref: TOIP, ToIP stack]], the purpose of a [[xref: TOIP, ToIP specification]] is to enable the technical interoperability necessary to support transitive trust within and between different [[xref: TOIP, trust communities]] implementing the [[xref: TOIP, ToIP stack]]. In this case, the desired interoperability outcome is a common query protocol that works between any number of decentralized peer trust registries operated by independent governing authorities** representing multiple legal and business jurisdictions.

Expand Down