Skip to content

Commit e3a2d6f

Browse files
authored
docs(server-routes): typo (#2808)
1 parent 14b4891 commit e3a2d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.guide/2.routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ You can use the [utilities available in H3](https://h3.unjs.io/guide/event-handl
275275

276276
The way errors are sent back to the client depends on the route's path. For most routes `Content-Type` is set to `text/html` by default and a simple html error page is delievered. If the route starts with `/api/` (either because it is placed in `api/` or `routes/api/`) the default will change to `application/json` and a JSON object will be sent.
277277

278-
This behaviour can be overridden by some request properties (eg.: `Accept` or `User-Agent` headers).
278+
This behaviour can be overridden by some request properties (e.g.: `Accept` or `User-Agent` headers).
279279

280280
## Route Rules
281281

0 commit comments

Comments
 (0)