Skip to content

Commit 04a083e

Browse files
authored
Fix misspelled word (dotnet#34439)
1 parent 15be48e commit 04a083e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

aspnetcore/fundamentals/index/samples/9.0/BlazorWebAppMovies/Components/Pages/Weather.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919
<tr>
2020
<th>Date</th>
2121
<th aria-label="Temperature in Celsius">Temp. (C)</th>
22-
<th aria-label="Temperature in Farenheit">Temp. (F)</th>
22+
<th aria-label="Temperature in Fahrenheit">Temp. (F)</th>
2323
<th>Summary</th>
2424
</tr>
2525
</thead>

aspnetcore/fundamentals/openapi/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ monikerRange: '>= aspnetcore-6.0'
77
ms.date: 8/02/2024
88
uid: fundamentals/openapi/overview
99
---
10-
1110
# OpenAPI support in ASP.NET Core API apps
1211

1312
[!INCLUDE[](~/includes/not-latest-version.md)]

aspnetcore/fundamentals/openapi/samples/9.x/AspireApp1/AspireApp1.Web/Components/Pages/Weather.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else
2121
<tr>
2222
<th>Date</th>
2323
<th aria-label="Temperature in Celsius">Temp. (C)</th>
24-
<th aria-label="Temperature in Farenheit">Temp. (F)</th>
24+
<th aria-label="Temperature in Fahrenheit">Temp. (F)</th>
2525
<th>Summary</th>
2626
</tr>
2727
</thead>

0 commit comments

Comments
 (0)