Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion aspnetcore/fundamentals/openapi/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading