Skip to content

Commit 540ab03

Browse files
authored
Fix typo in available-counters.md (#22061)
1 parent 5d12b9e commit 540ab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/includes/available-counters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following counters are published as part of [ASP.NET Core](/aspnet/core) and
3838

3939
| Counter | Description |
4040
|--|--|
41-
| :::no-loc text="Current Requests"::: (`current-requests`) | The total number of requests the have started, but not yet stopped |
41+
| :::no-loc text="Current Requests"::: (`current-requests`) | The total number of requests that have started, but not yet stopped |
4242
| :::no-loc text="Failed Requests"::: (`failed-requests`) | The total number of failed requests that have occurred for the life of the app |
4343
| :::no-loc text="Request Rate"::: (`requests-per-second`) | The number of requests that occur per update interval |
4444
| :::no-loc text="Total Requests"::: (`total-requests`) | The total number of requests that have occurred for the life of the app |

0 commit comments

Comments
 (0)