Skip to content

Commit 8218cbe

Browse files
cmaglieper1234
andauthored
Apply suggestions from code review
Co-authored-by: per1234 <[email protected]>
1 parent aecae6f commit 8218cbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/UPGRADING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ We also started using a linter to implement checks for gRPC API style errors.
1313

1414
This provides a better consistency and higher quality API but inevitably introduces breaking changes.
1515

16-
### gRPC API breaking changes
16+
#### gRPC API breaking changes
1717

1818
Consumers of the gRPC API should regenerate their bindings and update all structures naming where necessary. Most of the
19-
changes are trivial and falls into the following categories:
19+
changes are trivial and fall into the following categories:
2020

2121
- Service names have been suffixed with `...Service` (for example `ArduinoCore` -> `ArduinoCoreService`)
2222
- Message names suffix has been changed from `...Req`/`...Resp` to `...Request`/`...Response` (for example
@@ -28,7 +28,7 @@ changes are trivial and falls into the following categories:
2828
- Package names are now versioned (for example `cc.arduino.cli.commands` -> `cc.arduino.cli.commands.v1`)
2929
- Repeated responses are now in plural form (`identification_pref` -> `identification_prefs`, `platform` -> `platforms`)
3030

31-
### arduino-cli JSON output breaking changes
31+
#### arduino-cli JSON output breaking changes
3232

3333
Consumers of the JSON output of the CLI must update their clients if they use one of the following commands:
3434

0 commit comments

Comments
 (0)