Skip to content

Commit 4f147ab

Browse files
committed
fix: Typos at Schema page
1 parent fcea98f commit 4f147ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concept/schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ new Elysia()
110110
```
111111

112112
## Reference Models
113-
Sometime you might find yourself re-use the same type multiple time.
113+
Sometimes you might find yourself reusing the same type multiple times.
114114

115-
Using [reference models](/patterns/reference-models), you can named your model and use it by referencing the name:
115+
Using [reference models](/patterns/reference-models), you can name your model and use it by referencing the name:
116116
```typescript
117117
// auth.model.ts
118118
import { Elysia } from 'elysia'
@@ -135,4 +135,4 @@ const app = new Elysia()
135135
})
136136
```
137137

138-
For more explaination, see [Reference Models](/patterns/reference-models).
138+
For more explanation, see [Reference Models](/patterns/reference-models).

0 commit comments

Comments
 (0)