From bcef6000d2200313d89a2d139a545458f4619be0 Mon Sep 17 00:00:00 2001 From: Raaj Baskaran Date: Fri, 4 Oct 2019 08:20:23 -0500 Subject: [PATCH] fixed typo --- .../threat-protection/microsoft-defender-atp/alerts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/alerts.md b/windows/security/threat-protection/microsoft-defender-atp/alerts.md index 8cd68b8ec7..bd14cbf032 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/alerts.md +++ b/windows/security/threat-protection/microsoft-defender-atp/alerts.md @@ -52,8 +52,8 @@ threatFamilyName | string | Threat family. title | string | Alert title. description | String | Description of the threat, identified by the alert. alertCreationTime | DateTimeOffset | The date and time (in UTC) the alert was created. -lastEventTime | DateTimeOffset | The last occurance of the event that triggered the alert on the same machine. -firstEventTime | DateTimeOffset | The first occurance of the event that triggered the alert on that machine. +lastEventTime | DateTimeOffset | The last occurrence of the event that triggered the alert on the same machine. +firstEventTime | DateTimeOffset | The first occurrence of the event that triggered the alert on that machine. resolvedTime | DateTimeOffset | The date and time in which the status of the alert was changed to 'Resolved'. machineId | String | ID of a [machine](machine.md) entity that is associated with the alert.