Skip to content

Commit 04fbb3b

Browse files
committed
fix typo
1 parent c33d66d commit 04fbb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RFCs/0002-pluggable-discovery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Let's see how this looks into a `package_index.json` example:
362362

363363
In this case we are adding an hypotetical `ble-discovery` version `1.0.0` to the toolset of the vendor `arduino`. From now on, we can uniquely refer to this discovery with the pair `PACKAGER` and `DISCOVERY_NAME`, in this case `arduino` and `ble-discovery` respectively.
364364

365-
The compressed archive of the discovery must contain only a single executable file (the discovey itself) inside a single root folder. This is mandatory since the CLI will run this file automatically when the discovery is started.
365+
The compressed archive of the discovery must contain only a single executable file (the discovery itself) inside a single root folder. This is mandatory since the CLI will run this file automatically when the discovery is started.
366366

367367
#### Discovery tools integration
368368

0 commit comments

Comments
 (0)