fix: correct documentation typos across multiple SDK modules - #50362
Open
Rakesh (ravening) wants to merge 2 commits into
Open
fix: correct documentation typos across multiple SDK modules#50362Rakesh (ravening) wants to merge 2 commits into
Rakesh (ravening) wants to merge 2 commits into
Conversation
- Fix 'refer call' → 'call' in azure-core and clientcore READMEs - Fix 'ContinuablePageFlux' → 'ContinuablePagedFlux' in azure-core README - Fix 'fix interval' → 'fixed interval' in azure-core README - Fix 'overriden' → 'overridden' in New-TestResources.ps1.md - Fix 'it's' → 'its' (possessive) in keyvault and cosmos JavaDoc - Fix 'teh' → 'the' in cosmos implementation classes - Fix 'occured' → 'occurred' in cosmos retry policies and encryption - Fix 'recieved' → 'received' in storage test base classes - Fix 'seperate' → 'separated' in cosmos LocationHelper - Fix missing 'is' in ETag.java JavaDoc - Fix 'it's' → 'its' in ProgressReporter.java JavaDoc
Rakesh (ravening)
requested review from
a team,
Jonathan Giles (JonathanGiles),
Alan Zimmer (alzimmermsft),
browndav-msft,
gunjansingh-msft,
Isabelle (ibrandes),
Kiran Kumar Kolli (kirankumarkolli),
Kyle Knapp (kyleknap),
Sean McCullough (seanmcc-msft) and
vcolin7
as code owners
September 4, 2026 08:27
Contributor
|
Thank you for your contribution Rakesh (@ravening)! We will review the pull request and get back to you soon. |
|
Azure Pipelines: Successfully started running 2 pipeline(s). 33 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
Changes are limited to documentation/comment/string typos with no expected functional impact, with only a minor best-practice suggestion noted.
Pull request overview
This PR performs typo and grammar corrections across multiple Azure SDK for Java modules (README content, JavaDoc, code comments, and a couple of string literals), improving documentation clarity and developer-facing text without changing functional behavior.
Changes:
- Corrected common misspellings/grammar in JavaDoc and comments (e.g., “it’s” → “its”, “teh” → “the”, “occured” → “occurred”, “recieved” → “received”).
- Fixed README wording and class-name references (e.g.,
ContinuablePageFlux→ContinuablePagedFlux, “fix interval” → “fixed interval”). - Updated a few user-facing/sample/documentation strings for correctness.
File summaries
| File | Description |
|---|---|
| sdk/storage/azure-storage-file-share/src/test/java/com/azure/storage/file/share/FileShareTestBase.java | Corrected “recieved” → “received” in test JavaDoc. |
| sdk/storage/azure-storage-file-datalake/src/test/java/com/azure/storage/file/datalake/DataLakeTestBase.java | Corrected “recieved” → “received” in test JavaDoc. |
| sdk/storage/azure-storage-blob/src/test/java/com/azure/storage/blob/BlobTestBase.java | Corrected “recieved” → “received” in test JavaDoc. |
| sdk/storage/azure-storage-blob-cryptography/src/test/java/com/azure/storage/blob/specialized/cryptography/BlobCryptographyTestBase.java | Corrected “recieved” → “received” in test JavaDoc. |
| sdk/storage/azure-storage-blob-batch/src/test/java/com/azure/storage/blob/batch/BlobBatchTestBase.java | Corrected “recieved” → “received” in test JavaDoc. |
| sdk/keyvault/azure-security-keyvault-certificates/src/main/java/com/azure/security/keyvault/certificates/models/ImportCertificateOptions.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/keyvault/azure-security-keyvault-administration/src/samples/java/com/azure/security/keyvault/administration/AccessControlHelloWorldAsync.java | Fixed possessive “it’s” → “its” in sample comment text. |
| sdk/keyvault/azure-security-keyvault-administration/src/samples/java/com/azure/security/keyvault/administration/AccessControlHelloWorld.java | Fixed possessive “it’s” → “its” in sample comment text. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/models/CosmosPatchOperations.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/RxGatewayStoreModel.java | Corrected “teh” → “the” in comment. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/routing/LocationHelper.java | Corrected “seperated” → “separated” in comment. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/QueryMetricsUtils.java | Corrected “recieved” → “received” in exception message text. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/PartitionKeyRangeGoneRetryPolicy.java | Corrected “occured” → “occurred” in comment. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/PartitionKeyMismatchRetryPolicy.java | Corrected “occured” → “occurred” in comment. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/MacPool.java | Corrected “teh” → “the” in comment. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/http/HttpResponse.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/changefeed/ChangeFeedContextClient.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/apachecommons/collections/map/AbstractHashedMap.java | Corrected “overriden” → “overridden” in comment. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/CosmosContainer.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/CosmosAsyncContainer.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/cosmos/azure-cosmos-tests/src/test/java/com/azure/cosmos/implementation/MacPoolTest.java | Corrected “teh” → “the” in test comment. |
| sdk/cosmos/azure-cosmos-tests/src/test/java/com/azure/cosmos/CosmosContainerChangeFeedTest.java | Corrected “teh” → “the” in test comment. |
| sdk/cosmos/azure-cosmos-encryption/src/main/java/com/azure/cosmos/encryption/implementation/mdesrc/cryptography/MicrosoftDataEncryptionExceptionResource.java | Corrected “occured” → “occurred” in resource message. |
| sdk/cosmos/azure-cosmos-encryption/src/main/java/com/azure/cosmos/encryption/CosmosEncryptionContainer.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/cosmos/azure-cosmos-encryption/src/main/java/com/azure/cosmos/encryption/CosmosEncryptionAsyncContainer.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/core/azure-core/src/main/java/com/azure/core/util/ProgressReporter.java | Fixed possessive “it’s” → “its” in JavaDoc. |
| sdk/core/azure-core/src/main/java/com/azure/core/util/ETag.java | Fixed missing “is” in JavaDoc sentence. |
| sdk/core/azure-core/README.md | Fixed wording and corrected class name/phrasing in examples section. |
| sdk/clientcore/core/README.md | Fixed wording in examples section. |
| eng/common/TestResources/New-TestResources.ps1.md | Corrected “overriden” → “overridden” in documentation. |
Review details
- Files reviewed: 30/30 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
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.
Description
Fix the typos in the files
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines