Skip to content

Commit a37f2e4

Browse files
authored
Merge pull request #105599 from mike-urnun-msft/patch-119
(Azure CXP) corrects a typo
2 parents 9adacaf + ad1ac34 commit a37f2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Functions allows you to run small pieces of code (called "functions") with
1717

1818
A function is "triggered" by a specific type of event. [Supported triggers](./functions-triggers-bindings.md) include responding to changes in data, responding to messages, running on a schedule, or as the result of an HTTP request.
1919

20-
While you can always code directly against a myriad of services, integrating with other services is streamlined by using bindings. Bindings give you [declarative access to a wide variety of Azure and and third-party services](./functions-triggers-bindings.md).
20+
While you can always code directly against a myriad of services, integrating with other services is streamlined by using bindings. Bindings give you [declarative access to a wide variety of Azure and third-party services](./functions-triggers-bindings.md).
2121

2222
## Features
2323

0 commit comments

Comments
 (0)