Skip to content

Commit fa86f8d

Browse files
authored
docs: fix nitro typo (#544)
1 parent 8c8aa8c commit fa86f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/2.features/realtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Build realtime experiences with NuxtHub using Cloudflare Workers &
66

77
## Getting Started
88

9-
Enable [Niro's experimental WebSocket](https://nitro.build/guide/websocket) support by adding the following to your `nuxt.config.ts` file:
9+
Enable [Nitro's experimental WebSocket](https://nitro.build/guide/websocket) support by adding the following to your `nuxt.config.ts` file:
1010

1111
```ts [nuxt.config.ts]
1212
export default defineNuxtConfig({
@@ -84,4 +84,4 @@ onMounted(() => {
8484
</template>
8585
```
8686

87-
See a full open source example on [GitHub](https://github.com/nuxt-hub/multiplayer-globe), including geolocation tracking.
87+
See a full open source example on [GitHub](https://github.com/nuxt-hub/multiplayer-globe), including geolocation tracking.

0 commit comments

Comments
 (0)