diff --git a/plugins/shorthands.js b/plugins/shorthands.js index d8689eeb6..6eb18986d 100644 --- a/plugins/shorthands.js +++ b/plugins/shorthands.js @@ -314,7 +314,7 @@ export const formatVersions = (versionArray) => { for (const interval of newIntervals) { if (interval.length === 2) { - output.push(`${interval[0][0]}—${interval[1][0]}`) + output.push(`${interval[0][0]}–${interval[1][0]}`) } else { output.push(interval[0][0]) }