Skip to content

Commit 74be2de

Browse files
authored
Merge pull request #45310 from andresnava/patch-175
Fix casing "TO" -> "To"
2 parents ef95f1b + 127d971 commit 74be2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-openapi-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This tutorial uses an HTTP triggered function that takes two parameters:
3434
* The estimated time to make a turbine repair, in hours.
3535
* The capacity of the turbine, in kilowatts.
3636

37-
The function then calculates how much a repair will cost, and how much revenue the turbine could make in a 24 hour period. TO create the HTTP triggered function in the [Azure portal](https://portal.azure.com).
37+
The function then calculates how much a repair will cost, and how much revenue the turbine could make in a 24 hour period. To create the HTTP triggered function in the [Azure portal](https://portal.azure.com):
3838

3939
1. Expand your function app and select the **+** button next to **Functions**. Select **In-portal** > **Continue**.
4040

0 commit comments

Comments
 (0)