You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/includes/guides/users/attributes/manage-attributes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ To configure properties of user attributes:
265
265
266
266
5. Attribute Data Types.
267
267
268
-
An attribute can be one of the following data types:
268
+
An attribute supports one of the following data types:
269
269
270
270
<table>
271
271
<tbody>
@@ -291,15 +291,15 @@ To configure properties of user attributes:
291
291
</tr>
292
292
<tr>
293
293
<td><b>Object</b></td>
294
-
<td>A structured object that can include multiple sub-attributes.</td>
294
+
<td>A structured object that can include several sub-attributes.</td>
295
295
</tr>
296
296
<tr>
297
297
<td><b>Date</b></td>
298
298
<td>Calendar date without time. Use ISO 8601 <code>YYYY-MM-DD</code> (for example <code>2025-10-01</code>).</td>
299
299
</tr>
300
300
<tr>
301
301
<td><b>DateTime</b></td>
302
-
<td>Date and time with timezone. Use ISO 8601 `YYYY-MM-DDTHH:mm:ssZ` or offset `YYYY-MM-DDTHH:mm:ss±HH:mm` (e.g. <code>2025-10-01T14:30:00+05:30</code>).</td>
302
+
<td>Date and time with timezone. Use ISO 8601 <code>YYYY-MM-DDTHH:mm:ssZ</code> or offset <code>YYYY-MM-DDTHH:mm:ss±HH:mm</code> (for example <code>2025-10-01T14:30:00+05:30</code>).</td>
0 commit comments