Skip to content

Commit

Permalink
docs: fix typos (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored Jul 1, 2024
1 parent 96b1d7c commit 63526f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/1.guide/7.fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon: ri:global-line

# Fetch

> Nitro provides a built-in fetch API that can be used to get data from server endpoints or from other sources. It's build on top of the [unjs/ofetch](https://ofetch.unjs.io).
> Nitro provides a built-in fetch API that can be used to get data from server endpoints or from other sources. It's built on top of the [unjs/ofetch](https://ofetch.unjs.io).
## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/1.guide/9.plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineNuxtConfig({

## Nitro runtime hooks

You can use Nitro [hooks](https://github.com/unjs/hookable) to extend the default runtime behaviour of Nitro by registering custom (async or asnc) functions to the lifecycle events within plugins.
You can use Nitro [hooks](https://github.com/unjs/hookable) to extend the default runtime behaviour of Nitro by registering custom (async or sync) functions to the lifecycle events within plugins.

**Example:**

Expand Down

0 comments on commit 63526f2

Please sign in to comment.