Skip to content

Commit

Permalink
Use Refs instead of Ref (#9)
Browse files Browse the repository at this point in the history
This was standardised in nodejs/node#10670.

Refs: nodejs/node#12040
  • Loading branch information
gibfahn authored and evanlucas committed Mar 29, 2017
1 parent 0b323f0 commit 9b5b27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@

if (refs && refs.length) {
refs.forEach((ref) => {
result.push(`Ref: ${ref}<br>`)
result.push(`Refs: ${ref}<br>`)
})
}

Expand Down

0 comments on commit 9b5b27b

Please sign in to comment.