fix-the-typo (#1046)

change programatic -> programmatic
Ref: https://www.dictionary.com/browse/programmatic
This commit is contained in:
Alex Shylo
2023-01-26 12:53:46 -08:00
committed by GitHub
parent b29b78c10d
commit 6e58eb4bbb
+1 -1
View File
@@ -110,7 +110,7 @@ TruffleHog v3 is a complete rewrite in Go with many new powerful features.
## What is credential verification?
For every potential credential that is detected, we've painstakingly implemented programatic verification against the API that we think it belongs to. Verification eliminates false positives. For example, the [AWS credential detector](pkg/detectors/aws/aws.go) performs a `GetCallerIdentity` API call against the AWS API to verify if an AWS credential is active.
For every potential credential that is detected, we've painstakingly implemented programmatic verification against the API that we think it belongs to. Verification eliminates false positives. For example, the [AWS credential detector](pkg/detectors/aws/aws.go) performs a `GetCallerIdentity` API call against the AWS API to verify if an AWS credential is active.
## Installation