File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ new Elysia()
110
110
```
111
111
112
112
## 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 .
114
114
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:
116
116
``` typescript
117
117
// auth.model.ts
118
118
import { Elysia } from ' elysia'
@@ -135,4 +135,4 @@ const app = new Elysia()
135
135
})
136
136
```
137
137
138
- For more explaination , see [ Reference Models] ( /patterns/reference-models ) .
138
+ For more explanation , see [ Reference Models] ( /patterns/reference-models ) .
You can’t perform that action at this time.
0 commit comments