-
Notifications
You must be signed in to change notification settings - Fork 63
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
fix: typo approache -> the … approach #2070
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editorial, language polish
described in <code>cancellation</code>. Alternatively, the <code>uriVariables</code> approach can be used that | ||
informs the <a>Consumer</a> to include the <code>subscriptionID</code> string into the URI that have to be | ||
called with the delete method (see tab 'With uriVariables'). In such setup, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
described in <code>cancellation</code>. Alternatively, the <code>uriVariables</code> approach can be used that | |
informs the <a>Consumer</a> to include the <code>subscriptionID</code> string into the URI that have to be | |
called with the delete method (see tab 'With uriVariables'). In such setup, the | |
described in <code>cancellation</code>. Alternatively, a <code>uriVariables</code> approach, that | |
informs the <a>Consumer</a> to include the <code>subscriptionID</code> string in the URIs that have to be | |
called with the delete method (see tab 'With uriVariables'), can be used. In such setup, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather complex sentence 😏. Maybe we can add commas.
Alternatively, a uriVariables approach >,< that informs the Consumer to include the subscriptionID string in the URIs that have to be called with the delete method (see tab 'With uriVariables') >,< can be used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good fix, @danielpeintner. Commas added to my change suggestion. (I had contemplated adding em-dashes to the same effect.)
fixes #2066
Preview | Diff