From 69d68112031a475947796f7b47c2875c9e8f1262 Mon Sep 17 00:00:00 2001 From: Surya Murugan Date: Sat, 25 Feb 2023 20:46:10 +0530 Subject: [PATCH] Fixed typo in comment --- examples/08-Bridges/08-Bridges.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/08-Bridges/08-Bridges.ino b/examples/08-Bridges/08-Bridges.ino index 072daa6..0331f3c 100644 --- a/examples/08-Bridges/08-Bridges.ino +++ b/examples/08-Bridges/08-Bridges.ino @@ -39,7 +39,7 @@ void setup() { - // If the only Service defined in the FIRST Accessory of a mult-Accessory device is the required Accessory Information Service, + // If the only Service defined in the FIRST Accessory of a multi-Accessory device is the required Accessory Information Service, // the device is said to be configured as a "Bridge". Historically there may have been a number of functional differences between bridge // devices and non-bridge devices, but since iOS 15, it's not obvious there are any differences in functionality, with two exceptions: