Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Dec 1, 2024
1 parent feb55fb commit 612de7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/http/methods/delete/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Content-Length: 1234
## Browser compatibility

The browser doesn't use the `DELETE` method for user-initiated actions, so "browser compatibility" doesn't apply.
Developers can set this request method using `fetch()`.
Developers can set this request method using [`fetch()`](/en-US/docs/Web/API/Window/fetch).

## See also

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/http/methods/patch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ ETag: "e0023aa4f"
## Browser compatibility

The browser doesn't use the `PATCH` method for user-initiated actions, so "browser compatibility" doesn't apply.
Developers can set this request method using `fetch()`.
Developers can set this request method using [`fetch()`](/en-US/docs/Web/API/Window/fetch).

## See also

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/http/methods/put/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Content-Location: /existing.html
## Browser compatibility

The browser doesn't use the `PUT` method for user-initiated actions, so "browser compatibility" doesn't apply.
Developers can set this request method using `fetch()`.
Developers can set this request method using [`fetch()`](/en-US/docs/Web/API/Window/fetch).

## See also

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/http/methods/trace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Accept: */*
## Browser compatibility

The browser doesn't use the `TRACE` method for user-initiated actions, so "browser compatibility" doesn't apply.
Developers can set this request method using `fetch()`.
Developers can set this request method using [`fetch()`](/en-US/docs/Web/API/Window/fetch).

## See also

Expand Down

0 comments on commit 612de7d

Please sign in to comment.