Skip to content

Commit

Permalink
PR review AGR
Browse files Browse the repository at this point in the history
  • Loading branch information
MarineJu committed Sep 10, 2024
1 parent 636796a commit e56b454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ How It Renders: The pie chart visualizes the distribution of login errors across

```
SELECT 100 - percentage(count(*), WHERE status = 'error')
as `Successfull login`
as `Successful login`
FROM Actions
WHERE actionName = 'LoginAction'
SINCE 2 hours ago
Expand Down

0 comments on commit e56b454

Please sign in to comment.