mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fixed typos
This commit is contained in:
parent
6704faede3
commit
2c3a6ca062
@ -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:
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user