Skip to content

Commit

Permalink
Merge pull request #68 from whathejoe/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
KevinHock authored Aug 10, 2018
2 parents 49dc178 + 6254b4e commit be0614b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ committing secrets.
One method that this package uses to find secrets is by searching for high
entropy strings in the codebase. This is calculated through the [Shannon entropy
formula](http://blog.dkbza.org/2007/05/scanning-data-for-entropy-anomalies.html).
If the entroy of a given string exceeds the preset amount, the string will be
If the entropy of a given string exceeds the preset amount, the string will be
rejected as a potential secret.

This preset amount can be adjusted in several ways:
Expand Down

0 comments on commit be0614b

Please sign in to comment.