Skip to content

Commit fd5b1e4

Browse files
committed
docs: cap of ofetch -> OFetch
1 parent d709fe1 commit fd5b1e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/.vitepress/config/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default defineConfig({
105105
},
106106
{
107107
link: '/openapi-ts/clients/ofetch',
108-
text: 'ofetch',
108+
text: 'OFetch',
109109
},
110110
{
111111
link: '/openapi-ts/clients/effect',

docs/openapi-ts/clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Hey API natively supports the following clients.
3030
- [Axios](/openapi-ts/clients/axios)
3131
- [Next.js](/openapi-ts/clients/next-js)
3232
- [Nuxt](/openapi-ts/clients/nuxt)
33-
- [ofetch](/openapi-ts/clients/ofetch)
33+
- [OFetch](/openapi-ts/clients/ofetch)
3434
- [Effect](/openapi-ts/clients/effect) <span data-soon>Soon</span>
3535
- [Legacy](/openapi-ts/clients/legacy)
3636

docs/openapi-ts/clients/ofetch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: ofetch Client
2+
title: OFetch Client
33
description: Generate a type-safe ofetch client from OpenAPI with the ofetch client for openapi-ts. Fully compatible with validators, transformers, and all core features.
44
---
55

66
<script setup lang="ts">
77
import { embedProject } from '../../embed'
88
</script>
99

10-
# ofetch
10+
# OFetch
1111

1212
### About
1313

0 commit comments

Comments
 (0)