Skip to content

Commit 8290196

Browse files
committed
Fix typo
1 parent 670c880 commit 8290196

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/UPGRADING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ to:
217217
```proto
218218
message PlatformInstallResponse {
219219
message Result {
220-
// Empty message, reserved for future exapansion.
220+
// Empty message, reserved for future expansion.
221221
}
222222
oneof message {
223223
// Progress of the downloads of the platform and tool files.

rpc/cc/arduino/cli/commands/v1/core.proto

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ message PlatformInstallRequest {
4343

4444
message PlatformInstallResponse {
4545
message Result {
46-
// Empty message, reserved for future exapansion.
46+
// Empty message, reserved for future expansion.
4747
}
4848
oneof message {
4949
// Progress of the downloads of the platform and tool files.
@@ -69,7 +69,7 @@ message PlatformDownloadRequest {
6969

7070
message PlatformDownloadResponse {
7171
message Result {
72-
// Empty message, reserved for future exapansion.
72+
// Empty message, reserved for future expansion.
7373
}
7474
oneof message {
7575
// Progress of the downloads of platform and tool files.
@@ -93,7 +93,7 @@ message PlatformUninstallRequest {
9393

9494
message PlatformUninstallResponse {
9595
message Result {
96-
// Empty message, reserved for future exapansion.
96+
// Empty message, reserved for future expansion.
9797
}
9898
oneof message {
9999
// Description of the current stage of the uninstall.

0 commit comments

Comments
 (0)