Skip to content

Commit 8ba3668

Browse files
timgates42ljharb
authored andcommitted
[Tests] Fix simple typo, placehodler -> placeholder
There is a small typo in test/common.js. Should read `placeholder` rather than `placehodler`.
1 parent 5a8034d commit 8ba3668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports.getDiag = function (body) {
2525
// 1) The base checkout directory of tape might change. Because stack traces
2626
// include absolute paths, the stack traces will change depending on the
2727
// checkout path. We handle this by replacing the base test directory with a
28-
// placeholder $TEST variable and the package root with a placehodler
28+
// placeholder $TEST variable and the package root with a placeholder
2929
// $TAPE variable.
3030
// 2) Line positions within the file might change. We handle this by replacing
3131
// line and column markers with placeholder $LINE and $COL "variables"

0 commit comments

Comments
 (0)