Skip to content

Commit d73aa1e

Browse files
authored
Merge pull request #104731 from craigshoemaker/patch-5
Fix typos
2 parents 65b1715 + 67e9a49 commit d73aa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-http-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The code in this article defaults to .NET Core syntax, used in Functions version
2323

2424
### Functions 2.x and higher
2525

26-
Working with the trigger and bindings requires that you reference the appropriate package. The a NuGet package is used for .NET class libraries while the extension bundle all other application types.
26+
Working with the trigger and bindings requires that you reference the appropriate package. The NuGet package is used for .NET class libraries while the extension bundle is used for all other application types.
2727

2828
| Language | Add by... | Remarks
2929
|-------------------------------------------------|---------------------------------------------|-------------|

0 commit comments

Comments
 (0)