Skip to content

Commit ce11553

Browse files
Fix vale failures
1 parent 513ac8c commit ce11553

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,11 @@ To configure properties of user attributes:
279279
</tr>
280280
<tr>
281281
<td><b>Integer</b></td>
282-
<td>Whole numbers (e.g. <code>1</code>, <code>42</code>, <code>-7</code>).</td>
282+
<td>Whole numbers (for example <code>1</code>, <code>42</code>, <code>-7</code>).</td>
283283
</tr>
284284
<tr>
285285
<td><b>Decimal</b></td>
286-
<td>Numbers that include decimals (e.g. <code>3.14</code>, <code>-0.5</code>).</td>
286+
<td>Numbers that include decimals (for example <code>3.14</code>, <code>-0.5</code>).</td>
287287
</tr>
288288
<tr>
289289
<td><b>Boolean</b></td>
@@ -295,15 +295,15 @@ To configure properties of user attributes:
295295
</tr>
296296
<tr>
297297
<td><b>Date</b></td>
298-
<td>Calendar date without time. Use ISO 8601 <code>YYYY-MM-DD</code> (e.g. <code>2025-10-01</code>).</td>
298+
<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>
302302
<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>
303303
</tr>
304304
<tr>
305305
<td><b>Epoch</b></td>
306-
<td>Unix time since 1970-01-01 UTC. Use seconds or milliseconds as integers (e.g. <code>1730399400</code> or <code>1730399400000</code>).</td>
306+
<td>Unix time since 1970-01-01 UTC. Use seconds or milliseconds as integers (for example <code>1730399400</code> or <code>1730399400000</code>).</td>
307307
</tr>
308308
</tbody>
309309
</table>

0 commit comments

Comments
 (0)