From b111fe01ad1b7fb819c2ac2ddbc6f956b4375c2e Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Fri, 26 Jul 2024 13:40:45 -0400 Subject: [PATCH] fix typo for next_*_refs --- .../incident-ef7/Incident Extension Suite.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc b/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc index 1d9741d4a30..9ca066b6379 100644 --- a/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc +++ b/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc @@ -143,7 +143,7 @@ These values *SHOULD* be selected from the [stixtype]#<># objects. -Events can be grouped into sequences based on the *next_event_refs* property of the relevant [stixtype]#<># objects. Events that are the first in a sequence are not referenced by the *next_event_refs* property of any other [stixtype]#<># object. +Events can be grouped into sequences based on the *next_events_refs* property of the relevant [stixtype]#<># objects. Events that are the first in a sequence are not referenced by the *next_event_refs* property of any other [stixtype]#<># object. |*impact_refs* (optional) |[stixtype]#{list_url}[list]# of type [stixtype]#{identifier_url}[identifier]# @@ -181,7 +181,7 @@ enumeration. |A list of tasks tied to this incident. It *MUST* contain references to one or more [stixtype]#<># objects. -Tasks can be grouped into sequences based on the *next_task_refs* property of the relevant [stixtype]#<># objects. Tasks that are the first in a sequence are not referenced by the *next_task_refs* property of any other [stixtype]#<># object. +Tasks can be grouped into sequences based on the *next_tasks_refs* property of the relevant [stixtype]#<># objects. Tasks that are the first in a sequence are not referenced by the *next_tasks_refs* property of any other [stixtype]#<># object. |===