Skip to content

Commit c5f5dd1

Browse files
authored
Update src/content/docs/workers/runtime-apis/bindings/service-bindings/http.mdx
1 parent 15060fe commit c5f5dd1

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/bindings/service-bindings

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/bindings/service-bindings/http.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default {
5959

6060
:::note
6161

62-
If you construct a new request manually, rather than forwarding an existing one, you need to ensure that you are providing a valid and fully-qualified URL with a hostname. For example:
62+
If you construct a new request manually, rather than forwarding an existing one, ensure that you provide a valid and fully-qualified URL with a hostname. For example:
6363

6464
```js
6565
export default {

0 commit comments

Comments
 (0)