You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/1.guide/2.routing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ You can use the [utilities available in H3](https://h3.unjs.io/guide/event-handl
275
275
276
276
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.
277
277
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).
0 commit comments