Skip to content

Commit 82d54e2

Browse files
authored
Apply suggestion from @wadepickett
Fixed comma
1 parent 762fb1e commit 82d54e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/log-mon/metrics/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The metrics are in the `Microsoft.AspNetCore.Identity` meter and are described i
277277
* `aspnetcore.identity.user.update.duration` - Measures the duration of user update operations
278278
* `aspnetcore.identity.user.delete.duration` - Measures the duration of user deletion operations
279279
* `aspnetcore.identity.user.check_password_attempts` - Counts password verification attempts
280-
* `aspnetcore.identity.user.generated_tokens` counts tokens generated for users , such as password reset tokens.
280+
* `aspnetcore.identity.user.generated_tokens` counts tokens generated for users, such as password reset tokens.
281281
* `aspnetcore.identity.user.verify_token_attempts` - Counts token verification attempts
282282

283283
### Authentication metrics

0 commit comments

Comments
 (0)