From 2699d76aabf4214a49649689305e4920f0cde3f6 Mon Sep 17 00:00:00 2001 From: Ger Hobbelt Date: Mon, 15 Apr 2019 23:22:47 +0200 Subject: [PATCH] spelling correction for #470 test descriptions # Conflicts: # test/issues/0470.js --- test/issues/0470.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/issues/0470.js b/test/issues/0470.js index b3f5a4f3..83a17ca2 100644 --- a/test/issues/0470.js +++ b/test/issues/0470.js @@ -3,7 +3,7 @@ var assert = require('assert'); var yaml = require('../..'); -test('should not unnecessaryly apply quotes', function () { +test('should not unnecessarily apply quotes', function () { var expected = 'url: https://github.com/nodeca/js-yaml\n'; var input = { @@ -17,7 +17,7 @@ test('should not unnecessaryly apply quotes', function () { assert.deepStrictEqual(roundTrip, input); }); -test('should not unnecessaryly apply quotes - space then /\n at end of value', function () { +test('should not unnecessarily apply quotes - space then /\n at end of value', function () { var expected = 'url: \'https://github.com/nodeca/js-yaml \'\n'; var input = { @@ -31,7 +31,7 @@ test('should not unnecessaryly apply quotes - space then /\n at end of value', f assert.deepStrictEqual(roundTrip, input); }); -test('should not unnecessaryly apply quotes - space after colon', function () { +test('should not unnecessarily apply quotes - space after colon', function () { var expected = 'url: \'https: //github.com/nodeca/js-yaml\'\n'; var input = {