Fix custom endpoint URL / formatting in reference.md#664
Fix custom endpoint URL / formatting in reference.md#664v-regandowner merged 1 commit intoMicrosoftDocs:mainfrom
Conversation
Corrected the formatting of the custom endpoint URL for clarity.
|
@trentapple : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit bd162eb: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Fixes an incorrectly rendered custom endpoint URL in Translator v3.0 reference documentation by removing an unintended zero-width space HTML entity from the protocol.
Changes:
- Removes the
​entity from thehttps://protocol in the Switzerland custom endpoint example. - Cleans up the example line formatting so the endpoint renders and copies correctly.
articles/ai-services/translator/text-translation/reference/v3/reference.md
Show resolved
Hide resolved
articles/ai-services/translator/text-translation/reference/v3/reference.md
Show resolved
Hide resolved
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
|
Is |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @laujan |
1 similar comment
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @laujan |
|
@trentapple - This PR is awaiting a review by @laujan |
|
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
trentapple
left a comment
There was a problem hiding this comment.
The erroneous character appears to have been introduced in commit: be14df94d6459e1a35bf9b7ee16967409c765015
|
Thank you for your contribution, @trentapple! |
A likely unintended HTML entity for zero width space (
​) was showing up in the documentation in an endpoint URL, erroneously part of the protocol. Corrected the formatting of the custom endpoint URL by removing the entity for clarity.