Skip to content

Commit 168fee3

Browse files
authored
docs: Update 2.services.md (#59)
1 parent d052760 commit 168fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/3.usage/2.services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This function is working similary as the [useSupabaseClient](/usage/composables#
1313

1414
Define your server route and just import the `serverSupabaseClient` from `#supabase/server`.
1515

16-
```ts [server/api/librairies.ts]
16+
```ts [server/api/libraries.ts]
1717
import { serverSupabaseClient } from '#supabase/server'
1818

1919
export default eventHandler(async (event) => {

0 commit comments

Comments
 (0)