Skip to content

Commit a949537

Browse files
nit
1 parent 7a6a6fd commit a949537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modus/sdk/assemblyscript/http.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SdkHeader, SdkTip } from "/snippets/sdk-snippets.mdx"
1010
The Modus HTTP APIs allow you to securely call and fetch data from an HTTP
1111
endpoint. It's similar to the HTTP
1212
[`fetch`](https://developer.mozilla.org/docs/Web/API/Fetch_API) API used in
13-
JavaScript, but with some modifications to work with Hypermode Functions.
13+
JavaScript, but with some modifications to work with Modus.
1414

1515
<Warning>
1616

modus/sdk/go/http.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SdkHeader, SdkTip } from "/snippets/sdk-snippets.mdx"
1010
The Modus HTTP APIs allow you to securely call and fetch data from an HTTP
1111
endpoint. It's similar to the HTTP
1212
[`fetch`](https://developer.mozilla.org/docs/Web/API/Fetch_API) API used in
13-
JavaScript, but with some modifications to work with Hypermode Functions.
13+
JavaScript, but with some modifications to work with Modus.
1414

1515
In a future version of Modus, we'll support Go's standard `net/http` package for
1616
making HTTP requests. However, that's currently not supported due to technical

0 commit comments

Comments
 (0)