Skip to content

Commit 0cf1de6

Browse files
authored
Merge pull request #74 from oddyamill/patch-1
fix: typo
2 parents 26e78f8 + d598735 commit 0cf1de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/midori/openapi.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Prism from 'vue-prism-component'
33
44
const code = `import { Elysia, t } from 'elysia'
55
import { swagger } from '@elysiajs/swagger'
6-
import { user, feed } from './controllers'
6+
import { users, feed } from './controllers'
77
88
new Elysia()
99
.use(swagger())

0 commit comments

Comments
 (0)