Skip to content

Commit 2279c4d

Browse files
committed
Fix typo
1 parent 412fe51 commit 2279c4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/notes/serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
service: notes-app-api
1+
service: notes-api
22

33
# Create an optimized package for our functions
44
package:
@@ -11,7 +11,7 @@ plugins:
1111

1212
custom:
1313
# Our stage is based on what is passed in when running serverless
14-
# commands. Or fallsback to what we have set in the provider section.
14+
# commands. Or falls back to what we have set in the provider section.
1515
stage: ${opt:stage, self:provider.stage}
1616
# Name of the SST app that's deploying our infrastructure
1717
sstApp: ${self:custom.stage}-notes-infra

0 commit comments

Comments
 (0)