Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed May 16, 2024
1 parent 670c880 commit 8290196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ to:
```proto
message PlatformInstallResponse {
message Result {
// Empty message, reserved for future exapansion.
// Empty message, reserved for future expansion.
}
oneof message {
// Progress of the downloads of the platform and tool files.
Expand Down
6 changes: 3 additions & 3 deletions rpc/cc/arduino/cli/commands/v1/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ message PlatformInstallRequest {

message PlatformInstallResponse {
message Result {
// Empty message, reserved for future exapansion.
// Empty message, reserved for future expansion.
}
oneof message {
// Progress of the downloads of the platform and tool files.
Expand All @@ -69,7 +69,7 @@ message PlatformDownloadRequest {

message PlatformDownloadResponse {
message Result {
// Empty message, reserved for future exapansion.
// Empty message, reserved for future expansion.
}
oneof message {
// Progress of the downloads of platform and tool files.
Expand All @@ -93,7 +93,7 @@ message PlatformUninstallRequest {

message PlatformUninstallResponse {
message Result {
// Empty message, reserved for future exapansion.
// Empty message, reserved for future expansion.
}
oneof message {
// Description of the current stage of the uninstall.
Expand Down

0 comments on commit 8290196

Please sign in to comment.