Skip to content

Commit 087b1d9

Browse files
Fix vale failures
1 parent ce11553 commit 087b1d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/includes/guides/users/attributes/manage-attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ To configure properties of user attributes:
265265

266266
5. Attribute Data Types.
267267

268-
An attribute can be one of the following data types:
268+
An attribute supports one of the following data types:
269269

270270
<table>
271271
<tbody>
@@ -291,15 +291,15 @@ To configure properties of user attributes:
291291
</tr>
292292
<tr>
293293
<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>
295295
</tr>
296296
<tr>
297297
<td><b>Date</b></td>
298298
<td>Calendar date without time. Use ISO 8601 <code>YYYY-MM-DD</code> (for example <code>2025-10-01</code>).</td>
299299
</tr>
300300
<tr>
301301
<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&#58;mm&#58;ssZ</code> or offset <code>YYYY-MM-DDTHH&#58;mm&#58;ss±HH&#58;mm</code> (for example <code>2025-10-01T14:30:00+05:30</code>).</td>
303303
</tr>
304304
<tr>
305305
<td><b>Epoch</b></td>

0 commit comments

Comments
 (0)