From 0d679c295dfd8fe5524d7b2c31d9f313260abf36 Mon Sep 17 00:00:00 2001 From: "Colby M. White" Date: Mon, 27 Feb 2017 19:27:08 -0800 Subject: [PATCH] correct spelling typos --- lib/plugins/aws/lib/monitorStack.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/plugins/aws/lib/monitorStack.test.js b/lib/plugins/aws/lib/monitorStack.test.js index 3f18b0086..608b3b216 100644 --- a/lib/plugins/aws/lib/monitorStack.test.js +++ b/lib/plugins/aws/lib/monitorStack.test.js @@ -558,7 +558,6 @@ describe('monitorStack', () => { }); }); - it('should catch describeStackEvents error if stack was not in deleting state', () => { const describeStackEventsStub = sinon.stub(awsPlugin.provider, 'request'); const cfDataMock = { @@ -586,7 +585,7 @@ describe('monitorStack', () => { }); }); - it('should throw an error and exit immediataley if statck status is *_FAILED', () => { + it('should throw an error and exit immediately if stack status is *_FAILED', () => { const describeStackEventsStub = sinon.stub(awsPlugin.provider, 'request'); const cfDataMock = { StackId: 'new-service-dev',