Skip to content

Commit 6b8b6b7

Browse files
authored
Merge pull request #287 from hayuna/patch-1
Update typo in elysia-10.md
2 parents 979e9d8 + 937b299 commit 6b8b6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/elysia-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ For example, narrowing down an available status code.
360360
361361
Inline error can be destructured from handler as follows:
362362
```typescript
363-
import { Elysia } from 'elysai'
363+
import { Elysia } from 'elysia'
364364

365365
new Elysia()
366366
.get('/hello', ({ error }) => {

0 commit comments

Comments
 (0)