Skip to content

Commit 4336b4f

Browse files
committed
Fix speeling typo.
s/funtion/function/ Signed-off-by: Brian Harring <[email protected]>
1 parent bbeef5c commit 4336b4f

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)