Skip to content

Commit 78d013b

Browse files
authored
[skip-changelog] Fixed error in pluggable discovery spec (arduino#1749)
Fix arduino#1653
1 parent 4d31f4f commit 78d013b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/pluggable-discovery-specification.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ are three possible cases:
5454

5555
#### START command
5656

57-
The `START` command initializes and starts the discovery internal subroutines. This command must be called before `LIST`
58-
or `START_SYNC`. The response to the start command is:
57+
The `START` command initializes and starts the discovery internal subroutines. This command must be called before
58+
`LIST`. The response to the start command is:
5959

6060
```JSON
6161
{

0 commit comments

Comments
 (0)