Skip to content

Commit

Permalink
Merge pull request #1 from mathiasbynens/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mikesamuel authored Mar 27, 2019
2 parents 5882892 + 9303b6c commit e1a61c9
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 @@ -33,7 +33,7 @@ is not the case.

```js
function (trustedStrings, ...untrustedArguments) {
if (!ArrayisTemplateObject(trustedStrings)) {
if (!Array.isTemplateObject(trustedStrings)) {
// Do not trust trustedStrings
}
// Proceed knowing that trustedStrings
Expand Down

0 comments on commit e1a61c9

Please sign in to comment.