Skip to content

docs: fix typos in pod-http experiment Tunable tables#5558

Open
MaxwellM34 wants to merge 1 commit into
litmuschaos:masterfrom
MaxwellM34:fix/issue-5550-1781372454
Open

docs: fix typos in pod-http experiment Tunable tables#5558
MaxwellM34 wants to merge 1 commit into
litmuschaos:masterfrom
MaxwellM34:fix/issue-5550-1781372454

Conversation

@MaxwellM34

Copy link
Copy Markdown

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.

Signed-off-by: Maxwellm34 <maxwellmcinnis123@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ 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 Body description (pod-http-status-code.md).
  • Fixes “encodde” → “encode” in the CONTENT_ENCODING tunables 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.
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