Skip to content

Commit ec88d16

Browse files
Update RFCs/0002-pluggable-discovery.md
Co-authored-by: Matthijs Kooijman <[email protected]>
1 parent a4a7e63 commit ec88d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RFCs/0002-pluggable-discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ https://github.com/arduino/serial-discovery#example-of-usage
235235

236236
#### Discovery tool install and launch
237237

238-
Discovery tools should be build natively for each OS and the CLI should run the correct tool for the running OS. This infrastracture is already available for platforms tools so the most natural way forward is to distribute the discoveries as tools within core platforms (in the same way we do for `gcc` or `avrdude`).
238+
Discovery tools should be built natively for each OS and the CLI should run the correct tool for the running OS. This infrastracture is already available for platform tools so the most natural way forward is to distribute the discoveries as tools within core platforms (in the same way we do for `gcc` or `avrdude`).
239239

240240
Some discovery like the `serial-discovery` must be always available, so they will be part of the `builtin` platform package and installed without the need to be part of a real platform (`builtin` is a dummy package that we use to install tools that are not part of any platforms like `ctags` for example).
241241

0 commit comments

Comments
 (0)