Skip to content

Commit 22fb238

Browse files
fix: comma and list line break typos in customer-attributes (#1330)
1 parent d8b4ae4 commit 22fb238

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/customers/customer-attributes.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ import content26 from "@site/code_blocks/customers/subscriber-attributes_26.js.t
7373
},
7474
]}
7575
/>
76-
;
7776

7877
:::warning Attributes are not secure storage
7978
Since attributes are writable using a [public key](/projects/authentication) they should not be used for managing secure or sensitive information such as subscription status, coins, etc.
@@ -89,12 +88,12 @@ You can display unique paywalls to different customer segments based on custom a
8988

9089
You can specify up to 50 unique custom attributes per subscriber, with key names up to 40 characters long and values up to 500 characters long. Keys cannot start with `$`, since that prefix is withheld for reserved attributes (see below).
9190

92-
**Custom attribute key checklist:**
93-
✅ Key does not contain whitespace
94-
✅ Key must start with a letter for non-reserved attributes or "$" for reserved attributes
95-
✅ Key does not include any non-alphanumeric characters except `-` and `_`
96-
✅ Key is not more than 40 characters
97-
✅ Value is not more than 500 characters
91+
**Custom attribute key checklist:**
92+
✅ Key does not contain whitespace
93+
✅ Key must start with a letter for non-reserved attributes or "$" for reserved attributes
94+
✅ Key does not include any non-alphanumeric characters except `-` and `_`
95+
✅ Key is not more than 40 characters
96+
✅ Value is not more than 500 characters
9897
✅ No more than 50 custom attributes
9998

10099
### Reserved attributes

0 commit comments

Comments
 (0)