diff --git a/docs/ServiceList.md b/docs/ServiceList.md
index 997da75..cf4e379 100644
--- a/docs/ServiceList.md
+++ b/docs/ServiceList.md
@@ -325,7 +325,7 @@ The pre-defined constant expressions for enumerated Characteristics are in names
## ServiceLabel (CC)
Groups together un-named (or un-nameable) Services by Linking them to this Service. When used, those other Services must each include a ServiceLabelIndex Characteristic with a unique value. Rarely needed.
Characteristic
Format
Perms
Min
Max
Constants/Defaults
-
ServiceLabelNamespace (CD) :small_blue_diamond:
indicates how un-named Services linked together with a *ServiceLabel* Service should be displayed in the Home App
uint8
PR
0
1
DOTS (0)
NUMERALS (1) :heavy_check_mark:
+
ServiceLabelNamespace (CD) :small_blue_diamond:
indicates how un-named Services linked together with a ServiceLabel Service should be displayed in the Home App
uint8
PR
0
1
DOTS (0)
NUMERALS (1) :heavy_check_mark:
## Slat (B9)
diff --git a/src/Span.h b/src/Span.h
index 211356d..0c8c79b 100644
--- a/src/Span.h
+++ b/src/Span.h
@@ -503,7 +503,7 @@ namespace Characteristic {
CREATE_CHAR(uint8_t,SecuritySystemTargetState,3,0,3,ARM_STAY,ARM_AWAY,ARM_NIGHT,DISARM); // indicates desired state of the security system
CREATE_CHAR(const char *,SerialNumber,"HS-12345",0,1); // any string - informational only
CREATE_CHAR(uint8_t,ServiceLabelIndex,1,1,255); // numerical index used to distinguish multiple copies of the same Service within an Accessory
- CREATE_CHAR(uint8_t,ServiceLabelNamespace,1,0,1,DOTS,NUMERALS); // indicates how un-named Services linked together with a *ServiceLabel* Service should be displayed in the Home App
+ CREATE_CHAR(uint8_t,ServiceLabelNamespace,1,0,1,DOTS,NUMERALS); // indicates how un-named Services linked together with a ServiceLabel Service should be displayed in the Home App
CREATE_CHAR(uint8_t,SlatType,0,0,1,HORIZONTAL,VERTICAL); // indicates the direction of a slat or group of slats
CREATE_CHAR(uint8_t,SleepDiscoveryMode,0,0,1); // not used
CREATE_CHAR(uint8_t,SmokeDetected,0,0,1,NOT_DETECTED,DETECTED); // indicates if smoke is detected