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
<td>Numbers that include decimals (for example <code>3.14</code>, <code>-0.5</code>).</td>
286
+
<td>Numbers that include decimals (e.g. <code>3.14</code>, <code>-0.5</code>).</td>
287
287
</tr>
288
288
<tr>
289
289
<td><b>Boolean</b></td>
@@ -295,15 +295,15 @@ To configure properties of user attributes:
295
295
</tr>
296
296
<tr>
297
297
<td><b>Date</b></td>
298
-
<td>Calendar date without time. Use ISO 8601 <code>YYYY-MM-DD</code> (for example <code>2025-10-01</code>).</td>
298
+
<td>Calendar date without time. Use ISO 8601 <code>YYYY-MM-DD</code> (e.g. <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 <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>
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>
303
303
</tr>
304
304
<tr>
305
305
<td><b>Epoch</b></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>
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>
0 commit comments