Skip to content

Commit f167e71

Browse files
authored
Update functions-host-json.md
word change for clarity - `functionTimeout` is related to functions executions specifically.
1 parent 9cc94d0 commit f167e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-host-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ A list of functions that the job host runs. An empty array means run all functio
292292

293293
## functionTimeout
294294

295-
Indicates the timeout duration for all functions. It follows the timespan string format.
295+
Indicates the timeout duration for all function executions. It follows the timespan string format.
296296

297297
| Plan type | Default (min) | Maximum (min) |
298298
| -- | -- | -- |

0 commit comments

Comments
 (0)