From 04fbb3b084dc278d500839301d42a34e7c233248 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 27 May 2021 17:35:19 +0200 Subject: [PATCH] fix typo --- RFCs/0002-pluggable-discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFCs/0002-pluggable-discovery.md b/RFCs/0002-pluggable-discovery.md index c7cbb43..29058c0 100644 --- a/RFCs/0002-pluggable-discovery.md +++ b/RFCs/0002-pluggable-discovery.md @@ -362,7 +362,7 @@ Let's see how this looks into a `package_index.json` example: 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. -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. +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. #### Discovery tools integration