Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 3, 2018
1 parent ba9e75d commit f489f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ async function hyperlink(
operator: 'external-redirect',
name: `external-redirect ${asset.url}`,
at: loadReport.at,
expected: `302 ${asset.url} --> 200 ${redirectRelation.to.url}}`
expected: `302 ${asset.url} --> 200 ${redirectRelation.to.url}`
});
}

Expand Down

0 comments on commit f489f19

Please sign in to comment.