Skip to content

Commit fb3a678

Browse files
authored
Merge pull request #64547 from piasek/patch-1
nit: usage of myriad
2 parents ea62801 + 6819b3e commit fb3a678

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 third-party services](./functions-triggers-bindings.md).
20+
Although you can always code directly against myriad 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)