Fix text auditor typo batch#19190
Open
Lucas-FManager wants to merge 1 commit into
Open
Conversation
|
💚 CLA has been signed |
ReviewersBuildkite won't run for external contributors automatically; you need to add a comment:
NOTE: https://github.com/elastic/integrations/blob/main/.buildkite/pull-requests.json contains all those details. |
|
Pinging @elastic/integration-experience (Team:Integration-Experience) |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
d686c4e to
5d8e7f1
Compare
5d8e7f1 to
d99013a
Compare
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.
Summary
rsa.network.alias_hostpunctuation/contraction typo across the listed package field definitions and generated docs.cloud.account.idandElasticsearchtypos indocs/extend.Root cause
The issue grouped concrete user-facing text defects: a duplicated sentence typo family plus two remaining contributor-doc typos.
Code shape
This is a mechanical text-only change. I kept the edit scoped to the current actionable items and intentionally did not touch
dev/import-beats/variables_compact.gobecause that tool was noted as deprecated in the issue thread. I also leftgeneral-guidelines.mdalone because the issue thread says it was already fixed in #19120.Security assessment
Low risk: no executable code, dependencies, generated credentials, auth flow, or data parsing changed. The update only corrects static documentation and field-description text.
Verification
rg -n "clear\.Also|isnt ad\.computer|cloud\.acount\.id|Elasticseach" packages docsreturns no matches.rg -n "clear\. Also|isn't ad\.computer|cloud\.account\.id|Elasticsearch instance" packages docsgit diff --checkNote:
elastic-packageis not installed in my local environment, so I could not run package-level checks here.Fixes #18743