docs: fix grammar errors in user-facing reference documentation#49638
docs: fix grammar errors in user-facing reference documentation#49638strawgate merged 2 commits intoelastic:mainfrom
Conversation
- Fix subject-verb disagreement: 'dashboard are' → 'dashboards are' (×5) - Fix spelling: 'piplines' → 'pipelines' in winlogbeat CLI docs - Fix subject-verb disagreement: 'This settings allows' → 'This setting allows' (×2) - Fix participle: 'on configuration the' → 'on configuring the' (×6) Closes elastic#49432
🤖 GitHub commentsJust comment with:
|
|
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 (15)
📝 WalkthroughWalkthroughThis pull request corrects grammar and spelling errors across user-facing reference documentation. Changes include: fixing subject-verb disagreement in dashboard setup docs ("dashboard are" → "dashboards are"), correcting a spelling typo in CLI documentation ("piplines" → "pipelines"), fixing grammar in configuration option descriptions ("settings" → "setting"), and correcting phrasing in syslog metrics documentation ("configuration the" → "configuring the"). A changelog fragment documents these fixes across multiple beat modules. All modifications are documentation-only without altering configuration behavior or public code entities. 🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
This needs to be backported to 9.3 for the changes to be published to the docs site (we publish from the latest minor branch). |
(cherry picked from commit c262cc2)
…nce documentation (#49650) Co-authored-by: Bill Easton <bill.easton@elastic.co>
Summary
Fix grammar and spelling errors in
docs/reference/**documentation files.the dashboard are loaded→the dashboards are loaded(×5 beats)piplines→pipelinesin winlogbeat CLI docsThis settings allows→This setting allows(×2)on configuration the→on configuring thein syslog metrics endpoint docs (×6 beats)These are pure documentation fixes with no source code changes.
Closes #49432
Test plan