docs: fix typos in Kubernetes and Packetbeat docs#49604
docs: fix typos in Kubernetes and Packetbeat docs#49604nightcityblade wants to merge 1 commit intoelastic:mainfrom
Conversation
Fix "Wether" -> "Whether" (3 files) and "it's" -> "its" possessive (5 files).
|
❌ Author of the following commits did not sign a Contributor Agreement: Please, read and sign the above mentioned agreement if you want to contribute to this project |
🤖 GitHub commentsJust comment with:
|
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
✅ Vale Linting ResultsNo issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis pull request addresses text corrections across documentation and configuration files. Three occurrences of the spelling error "Wether" are corrected to "Whether" in Kubernetes and autodiscover-related files. Five occurrences of the incorrect possessive "it's" are corrected to "its" in Packetbeat configuration and documentation files. All changes are documentation-only modifications with no impact on code behavior, configuration logic, or exported field definitions. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
vishaangelova
left a comment
There was a problem hiding this comment.
Hi @nightcityblade, thanks for your contribution. You’ll need to sign the CLA for this PR to be merged. You’ll also have to set up your Beats developer environment, run make update locally, and then commit the updated files because the changes you’re making involve generated docs (refer to Contributing to the docs > Generate the docs for details).
Proposed commit message
Fix two families of typos identified in #49600:
redact_headersconfig and docs (5 files)See title.
Checklist
I have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature works.I have added an entry in./changelog/fragmentsDisruptive User Impact
None. Documentation-only changes.
How to test this PR locally
Both should return no results after this fix.
Related issues