Skip to content

Commit

Permalink
fix some typos (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 22, 2021
1 parent fb32474 commit 2db3156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
#
# Coverage should only be posted once, we are choosing the latest LTS of
# node, and ubuntu as the matrix point to post coverage from. We limit
# to the 'push' event so that coverage ins't posted twice from the
# to the 'push' event so that coverage isn't posted twice from the
# pull-request event, and push event (line 3).
################################################################################
- name: Run coverage report
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ object, then the hash digests must match, or an error is thrown.
Any new hashes will be added to the current object's set.

This is useful when an integrity value may be upgraded with a stronger
algorithm, you wish to prevent accidentally supressing integrity errors by
algorithm, you wish to prevent accidentally suppressing integrity errors by
overwriting the expected integrity value.

##### Example
Expand Down

0 comments on commit 2db3156

Please sign in to comment.