From efc533a99a400bbb9aff658d88286e8ddb75973a Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 15 Apr 2025 12:39:23 -0500 Subject: [PATCH] chore(code_push_protocol): minor doc fixes (#3051) --- .../lib/src/messages/update_patch/update_patch_request.dart | 2 +- .../lib/src/messages/update_release/update_release_request.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shorebird_code_push_protocol/lib/src/messages/update_patch/update_patch_request.dart b/packages/shorebird_code_push_protocol/lib/src/messages/update_patch/update_patch_request.dart index bb0295b2..2fd4a97a 100644 --- a/packages/shorebird_code_push_protocol/lib/src/messages/update_patch/update_patch_request.dart +++ b/packages/shorebird_code_push_protocol/lib/src/messages/update_patch/update_patch_request.dart @@ -20,7 +20,7 @@ class UpdatePatchRequest { Json toJson() => _$UpdatePatchRequestToJson(this); /// Notes about the patch. This is a free-form field that can be used to - /// store additional information about the release. If null, the notes will + /// store additional information about the patch. If null, the notes will /// not be updated. final String? notes; } diff --git a/packages/shorebird_code_push_protocol/lib/src/messages/update_release/update_release_request.dart b/packages/shorebird_code_push_protocol/lib/src/messages/update_release/update_release_request.dart index 50363cbc..e004461d 100644 --- a/packages/shorebird_code_push_protocol/lib/src/messages/update_release/update_release_request.dart +++ b/packages/shorebird_code_push_protocol/lib/src/messages/update_release/update_release_request.dart @@ -31,7 +31,7 @@ class UpdateReleaseRequest { final ReleasePlatform? platform; /// Additional information about the command that was run to update the - /// Release and then environment in which it was run. + /// release and the environment in which it was run. final Json? metadata; /// Notes about the release. This is a free-form field that can be used to