docs(influxdb3): style fixes for MinIO object store requirements#7445
Merged
jstirnaman merged 1 commit intoJul 1, 2026
Conversation
Style-only cleanup for #7442's new "Object store requirements" content: - Revert "the Object store" to sentence case ("the object store") throughout; partial capitalization of a generic term doesn't disambiguate anything and is tracked for removal in #7444 - Fix Google.LyHyphens: "locally-attached" -> "locally attached" - Fix Google.EmDash: remove spaces around the em dash - Avoid "above" as an in-page reference; use "preceding" instead No content changes -- SME review of #7442's technical claims is unaffected.
Contributor
Vale Style Check Results
Warnings (4)
✅ Check passed |
4 tasks
Contributor
|
f5bfe29
into
reidk/object-store-consistency-requirements
22 checks passed
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
Style-only fixes for the "Object store requirements" content added in
#7442, split out separately so @lilic's technical review of #7442 isn't
mixed with pure wording/formatting cleanup:
throughout. Partial capitalization of a generic industry term (unlike
the Compactor/Ingester/Querier, which are true product-specific proper
nouns) doesn't disambiguate anything and is inconsistently applied by
the underlying Vale rule. Removing that rule is tracked in docs(influxdb3): move object store requirements to general page; drop partial capitalization of "object store" #7444.
Google.LyHyphens: "locally-attached" -> "locally attached"(2 occurrences)
Google.EmDash: remove spaces around the em dashreaders); use "preceding" instead
No content or technical claims changed.
Test plan