Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed May 25, 2017
1 parent 1a3d37d commit 2ddad07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli_test-samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ddad07

Please sign in to comment.