Skip to content

Commit bb22e5d

Browse files
authored
Merge pull request elysiajs#267 from jf908/patch-1
Fix couple of typos in primitive-type.md
2 parents 710a27b + 516065f commit bb22e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/validation/primitive-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ t.Array(
255255
<td>
256256

257257
```typescript
258-
;[1, 2, 3, 4, 5]
258+
[1, 2, 3, 4, 5]
259259
```
260260

261261
</td>
@@ -429,7 +429,7 @@ t.Partial(
429429

430430
<td>
431431

432-
```
432+
```typescript
433433
{
434434
y: 123
435435
}

0 commit comments

Comments
 (0)