Skip to content

Commit a663369

Browse files
authored
docs: fix typos (#4158)
1 parent 64e0449 commit a663369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/process_flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ flowchart LR
7878
7979
8080
KeywordMatching["`**Keyword Matching**
81-
_(Aho-Corsick)_
81+
_(Aho-Corasick)_
8282
8383
Match chunks to detectors based on the presence of specific keywords in the chunk`"]
8484
@@ -105,7 +105,7 @@ subgraph Detector
105105
106106
De-Dupe-Detectors["`**De-Dupe-Detectors**
107107
108-
If multiple detectors keyword-match on the same chunk, we have some logic that chooses which detector will verify found secret (so we don't duplicate verification requests to externa APIs)`"]
108+
If multiple detectors keyword-match on the same chunk, we have some logic that chooses which detector will verify found secret (so we don't duplicate verification requests to external APIs)`"]
109109
110110
CollectMatches["`**Collect Matches**
111111

0 commit comments

Comments
 (0)