We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8034d commit 8ba3668Copy full SHA for 8ba3668
test/common.js
@@ -25,7 +25,7 @@ module.exports.getDiag = function (body) {
25
// 1) The base checkout directory of tape might change. Because stack traces
26
// include absolute paths, the stack traces will change depending on the
27
// checkout path. We handle this by replacing the base test directory with a
28
-// placeholder $TEST variable and the package root with a placehodler
+// placeholder $TEST variable and the package root with a placeholder
29
// $TAPE variable.
30
// 2) Line positions within the file might change. We handle this by replacing
31
// line and column markers with placeholder $LINE and $COL "variables"
0 commit comments