Skip to content

Commit 16d4866

Browse files
authored
Apply suggestions from PR review
Grammar fix.
1 parent f59a308 commit 16d4866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/graph/notebook-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This example identifies users with failed sign-in attempts. To do so, this noteb
2828
The notebook performs the following steps:
2929
1. Create a function to process data from the specified tables, which includes:
3030
1. Load data from the specified tables into DataFrames.
31-
1. Parse the 'Status' JSON field to extract 'errorCode' and determines whether each sign-in attempt was a success or failure.
31+
1. Parse the 'Status' JSON field to extract 'errorCode' and determine whether each sign-in attempt was a success or failure.
3232
1. Aggregate the data to count the number of failed and successful sign-in attempts for each user.
3333
1. Filter the data to include only users with more than 100 failed sign-in attempts and at least one successful sign-in attempt.
3434
1. Order the results by the number of failed sign-in attempts.

0 commit comments

Comments
 (0)