Skip to content

Fix typos and improve code consistency#1659

Merged
WhitWaldo merged 1 commit intodapr:masterfrom
sunnynagavo:dev/nagavo/minorfixes
Dec 3, 2025
Merged

Fix typos and improve code consistency#1659
WhitWaldo merged 1 commit intodapr:masterfrom
sunnynagavo:dev/nagavo/minorfixes

Conversation

@sunnynagavo
Copy link
Copy Markdown
Contributor

Description

Corrected various typos in XML documentation, method names, and property names across multiple files to improve clarity and consistency.

  • Fixed parameter name inconsistencies in ActorRequestMessageBody.cs and IActorRequestMessageBody.cs.
  • Corrected spelling errors in IDemoActor.cs, BindingResponse.cs, and ResponseBase.cs.
  • Updated topic names and method names in DaprController.cs and SubscribeEndpointTest.cs.
  • Standardized copyright comment formatting in several files.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1658

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • [] Extended the documentation

@sunnynagavo sunnynagavo requested review from a team as code owners December 3, 2025 01:27
Corrected various typos in XML documentation, method names, and property names across multiple files to improve clarity and consistency.

- Fixed parameter name inconsistencies in `ActorRequestMessageBody.cs` and `IActorRequestMessageBody.cs`.
- Corrected spelling errors in `IDemoActor.cs`, `BindingResponse.cs`, and `ResponseBase.cs`.
- Updated topic names and method names in `DaprController.cs` and `SubscribeEndpointTest.cs`.
- Standardized copyright comment formatting in several files.

Signed-off-by: Santhosh Reddy Vootukuri (SUNNY) <nagavo@microsoft.com>
@sunnynagavo sunnynagavo force-pushed the dev/nagavo/minorfixes branch from 889ea1c to 5421fb7 Compare December 3, 2025 01:28
Copy link
Copy Markdown
Contributor

@WhitWaldo WhitWaldo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - thank you for putting this together!

@WhitWaldo WhitWaldo merged commit 217cd51 into dapr:master Dec 3, 2025
9 checks passed
@sunnynagavo sunnynagavo deleted the dev/nagavo/minorfixes branch December 3, 2025 19:06
@sunnynagavo
Copy link
Copy Markdown
Contributor Author

Looks good to me - thank you for putting this together!

Thanks for the quick Approval.

@nelson-parente nelson-parente added this to the v1.17 milestone Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Minor fixes in documentation and spell checks

4 participants