Fix misspelled word (#34439)

pull/34418/merge
Luke Latham 2025-01-06 14:27:05 -05:00 committed by GitHub
parent 15be48e63e
commit 04a083e992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@ else
<tr>
<th>Date</th>
<th aria-label="Temperature in Celsius">Temp. (C)</th>
<th aria-label="Temperature in Farenheit">Temp. (F)</th>
<th aria-label="Temperature in Fahrenheit">Temp. (F)</th>
<th>Summary</th>
</tr>
</thead>

View File

@ -7,7 +7,6 @@ monikerRange: '>= aspnetcore-6.0'
ms.date: 8/02/2024
uid: fundamentals/openapi/overview
---
# OpenAPI support in ASP.NET Core API apps
[!INCLUDE[](~/includes/not-latest-version.md)]

View File

@ -21,7 +21,7 @@ else
<tr>
<th>Date</th>
<th aria-label="Temperature in Celsius">Temp. (C)</th>
<th aria-label="Temperature in Farenheit">Temp. (F)</th>
<th aria-label="Temperature in Fahrenheit">Temp. (F)</th>
<th>Summary</th>
</tr>
</thead>