From 2c3a6ca062fbf8fba05d34fc8d88abb8e0de2bb8 Mon Sep 17 00:00:00 2001 From: "Eslam A. Hefnawy" Date: Mon, 12 Sep 2016 20:45:50 +0900 Subject: [PATCH] fixed typos --- docs/02-providers/aws/events/01-apigateway.md | 2 +- tests/classes/Variables.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02-providers/aws/events/01-apigateway.md b/docs/02-providers/aws/events/01-apigateway.md index a3c090aee..4609ea86d 100644 --- a/docs/02-providers/aws/events/01-apigateway.md +++ b/docs/02-providers/aws/events/01-apigateway.md @@ -348,7 +348,7 @@ resources: Properties: ParentId: Fn::GetAtt: - - RestApiApigEvent # our default Rest API logical ID + - ApiGatewayRestApi # our default Rest API logical ID - RootResourceId PathPart: serverless # the endpoint in your API that is set as proxy RestApiId: diff --git a/tests/classes/Variables.js b/tests/classes/Variables.js index 90630d6a9..81a88f494 100644 --- a/tests/classes/Variables.js +++ b/tests/classes/Variables.js @@ -9,7 +9,7 @@ const Serverless = require('../../lib/Serverless'); const sinon = require('sinon'); const testUtils = require('../utils'); -describe('Service', () => { +describe('Variables', () => { describe('#constructor()', () => { const serverless = new Serverless();