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