Skip to content

Commit bf7cec9

Browse files
Update articles/azure-functions/functions-custom-handlers.md
Co-Authored-By: Anthony Chu <[email protected]>
1 parent 3fa2a59 commit bf7cec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-custom-handlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ To debug your Functions custom handler app, the `--inspect` flag needs to be inc
239239
With this configuration, you can start the Function's host process using the following command:
240240

241241
```bash
242-
func: host start
242+
func host start
243243
```
244244

245245
Once the process is started, you can attach a debugger and hit breakpoints.

0 commit comments

Comments
 (0)