From 2ddad07fc761bc5aca85ff12eb0150b79edfdf63 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Thu, 25 May 2017 09:51:02 -0400 Subject: [PATCH] Fix typo --- test/cli_test-samples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli_test-samples.js b/test/cli_test-samples.js index 2c958bdca..4f7bfa691 100644 --- a/test/cli_test-samples.js +++ b/test/cli_test-samples.js @@ -72,7 +72,7 @@ test.skip('sequence syntax error', function (t) { }); ['', 'fo', 'tspan', 'old'].forEach(function (textPlacement) { - test('sequence svg text placelment: ' + textPlacement, function (t) { + test('sequence svg text placement: ' + textPlacement, function (t) { t.plan(2) const args = ['--svg', '--outputDir=' + testDir,