fixed typos

This commit is contained in:
Eslam A. Hefnawy 2016-09-12 20:45:50 +09:00
parent 6704faede3
commit 2c3a6ca062
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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();