From db5750d806ae9fac74f4d335928d5543715a8c01 Mon Sep 17 00:00:00 2001 From: Lily Wong Date: Tue, 4 Jun 2024 13:51:53 -0400 Subject: [PATCH] Fixes tiny typo in introduction.rst --- docs/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.rst b/docs/introduction.rst index eacbdd95..349ae2e5 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -10,7 +10,7 @@ Action Objects An **action** represents an adversary executing a specific technique. For example, `T1566: Phishing `__ is a common adversarial -technique that captured in the ATT&CK knoweldge base. If an adversary utilizes this behavior +technique that captured in the ATT&CK knowledge base. If an adversary utilizes this behavior during a specific breach, then that is an action. .. note::