Skip to content

Commit

Permalink
fix(docs): minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 13, 2018
1 parent 0ae0c23 commit b71ef17
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 @@ -189,7 +189,7 @@ desktopIntegrity.concat(mobileIntegrity)
Returns the string representation of an `Integrity` object. All hash entries
will be concatenated in the string by `opts.sep`, which defaults to `' '`.

If you want to serialize an object that didn't from from an `ssri` function,
If you want to serialize an object that didn't come from an `ssri` function,
use [`ssri.stringify()`](#stringify).

If `opts.strict` is true, the integrity string will be created using strict
Expand Down

0 comments on commit b71ef17

Please sign in to comment.