Skip to content

Commit 51fe054

Browse files
Fix markdown formatting in TriggerBinding.md (#1151)
Extra space before each bullet made it so it was being rendered on all on a single line.
1 parent 96e6708 commit 51fe054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/TriggerBinding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ To find the name of the leases table associated with your function, look in the
9797
This log message is at the `Information` level, so make sure your log level is set correctly.
9898

9999
NOTE: `FunctionId` is generated from a couple of inputs:
100-
- The [WEBSITE_SITE_NAME](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/BindingsOverview.md#website_site_name) setting
101-
- The name of the function
100+
- The [WEBSITE_SITE_NAME](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/BindingsOverview.md#website_site_name) setting
101+
- The name of the function
102102

103103
If either of these values are changed then a new FunctionId will be generated and result in the function starting over from the beginning, including creating a new Leases table.
104104

0 commit comments

Comments
 (0)