Skip to content

Commit d2801c7

Browse files
authored
Merge pull request #421 from ferringb/main
Fix speeling typo.
2 parents bbeef5c + 4336b4f commit d2801c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/getting-started/Quickstarts/sync-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description:
77

88
> Before you creating any functions, make sure you've installed all the [prerequisites](../prerequisites)
99
10-
Sync functions are funtions whose inputs are payloads of HTTP requests, and the output or response are sent to the waiting client immediately after the function logic finishes processing the inputs payload. Below you can find some sync function examples in different languages:
10+
Sync functions are functions whose inputs are payloads of HTTP requests, and the output or response are sent to the waiting client immediately after the function logic finishes processing the inputs payload. Below you can find some sync function examples in different languages:
1111

1212
| | Sync Functions |
1313
|-----------|----------------|

0 commit comments

Comments
 (0)