Skip to content

Commit 77f8892

Browse files
committed
refactor: update header
1 parent f2bd248 commit 77f8892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/techniques/templates/technique.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ <h2 class="pt-3" id ="mitigations">Mitigations</h2>
431431
{% endif %}
432432
{% endif %}
433433
{% if parsed.detections_strategies_table %}
434-
<h2 class="pt-3" id="detection">Detection Strategies</h2>
434+
<h2 class="pt-3" id="detection">Detection Strategy</h2>
435435
{{detection_strategies_table.detection_strategies_table(parsed.detections_strategies_table)}}
436436
{% elif parsed.detection and not parsed.show_descriptions %}
437437
<h2 class="pt-3" id="detection">Detection</h2>

0 commit comments

Comments
 (0)