docs: fix typos in pod-http experiment Tunable tables#5558
Open
MaxwellM34 wants to merge 1 commit into
Open
Conversation
Signed-off-by: Maxwellm34 <maxwellmcinnis123@gmail.com>
Contributor
There was a problem hiding this comment.
⚠️ Not ready to approve
The tunables table HTML is still broken (row closed with </td> instead of </tr>), which can break documentation rendering.
Pull request overview
Updates pod-http experiment documentation to correct typographical errors in the tunables sections for readability.
Changes:
- Fixes “respone” → “response” in the
Modify Response Bodydescription (pod-http-status-code.md). - Fixes “encodde” → “encode” in the
CONTENT_ENCODINGtunables row (pod-http-modify-body.md).
File summaries
| File | Description |
|---|---|
| mkdocs/docs/experiments/categories/pods/pod-http-status-code.md | Corrects a typo in the “Modify Response Body” documentation text. |
| mkdocs/docs/experiments/categories/pods/pod-http-modify-body.md | Corrects a typo in the CONTENT_ENCODING tunables table row text. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 2
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <td> Encoding type to compress/encodde the response body </td> | ||
| <td> Encoding type to compress/encode the response body </td> | ||
| <td> Accepted values are: gzip, deflate, br, identity. Defaults to none (no encoding) </td> | ||
| </td> |
| ### Modify Response Body | ||
|
|
||
| It defines whether to modify the respone body with a pre-defined template to match with the status code value of the http response. It can be tuned via `MODIFY_RESPONSE_BODY` ENV. | ||
| It defines whether to modify the response body with a pre-defined template to match with the status code value of the http response. It can be tuned via `MODIFY_RESPONSE_BODY` ENV. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes typographical errors in the pod-http experiment documentation as described in #5550. Corrects 'encodde' → 'encode' in pod-http-modify-body.md and 'respone' → 'response' in pod-http-status-code.md.
This contribution was AI-assisted (Claude). It's a small targeted fix — happy to revise, or just close if it's not a direction you want. No offense taken.