Skip to content

Commit

Permalink
fix typo for next_*_refs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Jul 26, 2024
1 parent 110740b commit b111fe0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ These values *SHOULD* be selected from the [stixtype]#<<detection-methods-ov,det
|A list of events tied to this incident.
It *MUST* contain references to one or more [stixtype]#<<event, event>># objects.

Events can be grouped into sequences based on the *next_event_refs* property of the relevant [stixtype]#<<event, event>># objects. Events that are the first in a sequence are not referenced by the *next_event_refs* property of any other [stixtype]#<<event, event>># object.
Events can be grouped into sequences based on the *next_events_refs* property of the relevant [stixtype]#<<event, event>># objects. Events that are the first in a sequence are not referenced by the *next_event_refs* property of any other [stixtype]#<<event, event>># object.

|*impact_refs* (optional)
|[stixtype]#{list_url}[list]# of type [stixtype]#{identifier_url}[identifier]#
Expand Down Expand Up @@ -181,7 +181,7 @@ enumeration.
|A list of tasks tied to this incident.
It *MUST* contain references to one or more [stixtype]#<<task,task>># objects.

Tasks can be grouped into sequences based on the *next_task_refs* property of the relevant [stixtype]#<<task, task>># objects. Tasks that are the first in a sequence are not referenced by the *next_task_refs* property of any other [stixtype]#<<task, task>># object.
Tasks can be grouped into sequences based on the *next_tasks_refs* property of the relevant [stixtype]#<<task, task>># objects. Tasks that are the first in a sequence are not referenced by the *next_tasks_refs* property of any other [stixtype]#<<task, task>># object.

|===

Expand Down

0 comments on commit b111fe0

Please sign in to comment.