diff --git a/docs/registry/attributes/deployment.md b/docs/registry/attributes/deployment.md
index 4e1769ba8..018c3a898 100644
--- a/docs/registry/attributes/deployment.md
+++ b/docs/registry/attributes/deployment.md
@@ -36,8 +36,8 @@ considered to be identifying the same service:
## Deployment Deprecated Attributes
-"Describes deprecated deployment attributes."
+Describes deprecated deployment attributes.
| Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---|
-| `deployment.environment` | string | 'Deprecated, use `deployment.environment.name` instead.' | `staging`; `production` | 
Replaced by `deployment.environment.name`. |
+| `deployment.environment` | string | Deprecated, use `deployment.environment.name` instead. | `staging`; `production` | 
Replaced by `deployment.environment.name`. |
diff --git a/model/deployment/deprecated/registry-deprecated.yaml b/model/deployment/deprecated/registry-deprecated.yaml
index e200225e9..1496a561a 100644
--- a/model/deployment/deprecated/registry-deprecated.yaml
+++ b/model/deployment/deprecated/registry-deprecated.yaml
@@ -2,7 +2,7 @@ groups:
- id: registry.deployment.deprecated
type: attribute_group
brief: >
- "Describes deprecated deployment attributes."
+ Describes deprecated deployment attributes.
attributes:
- id: deployment.environment
type: string
@@ -11,5 +11,5 @@ groups:
reason: renamed
renamed_to: deployment.environment.name
brief: >
- 'Deprecated, use `deployment.environment.name` instead.'
+ Deprecated, use `deployment.environment.name` instead.
examples: ['staging', 'production']