Skip to content

Commit 443f8f9

Browse files
committed
fix small typo
1 parent d868d0e commit 443f8f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/core-concept/satellite/http-api/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ After [building](../../getting-started/compilation) the satellite, start a serve
7676
bin/satellite run:api build/
7777
```
7878

79-
You can then send POST requests containing the data be processed to `http://localhost:8000/my-api/transform`
79+
You can then send POST requests containing the data to process to `http://localhost:8000/my-api/transform`
8080

8181
```yaml
8282
# input:

content/core-concept/satellite/http-hook/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ After [building](../../getting-started/compilation) the satellite, start a serve
7171
bin/satellite run:hook build/
7272
```
7373

74-
You can then send POST requests containing the data be processed to `http://localhost:8000/my-hook`
74+
You can then send POST requests containing the data to process to `http://localhost:8000/my-hook`
7575

7676
```yaml
7777
# input:

0 commit comments

Comments
 (0)