diff --git a/docs/attributes-registry/tls.md b/docs/attributes-registry/tls.md
index 8bce2ea0c..47a043ad9 100644
--- a/docs/attributes-registry/tls.md
+++ b/docs/attributes-registry/tls.md
@@ -57,6 +57,6 @@ This document defines semantic convention attributes in the TLS namespace.
Describes deprecated `tls` attributes.
-| Attribute | Type | Description | Examples | Stability |
-| ------------------------ | ------ | ----------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------- |
-| `tls.client.server_name` | string | Deprecated, use `server.address` instead. | `opentelemetry.io` | 
Replaced by `server.address. |
+| Attribute | Type | Description | Examples | Stability |
+| ------------------------ | ------ | ----------------------------------------- | ------------------ | -------------------------------------------------------------------------------------------- |
+| `tls.client.server_name` | string | Deprecated, use `server.address` instead. | `opentelemetry.io` | 
Replaced by `server.address`. |
diff --git a/model/registry/deprecated/tls.yaml b/model/registry/deprecated/tls.yaml
index ebde7b32d..38bd62c7b 100644
--- a/model/registry/deprecated/tls.yaml
+++ b/model/registry/deprecated/tls.yaml
@@ -6,6 +6,6 @@ groups:
- id: tls.client.server_name
type: string
stability: experimental
- deprecated: "Replaced by `server.address."
+ deprecated: "Replaced by `server.address`."
brief: "Deprecated, use `server.address` instead."
examples: ["opentelemetry.io"]