Skip to content

Commit 95b6399

Browse files
authored
Merge pull request #32 from TrentBartlem/patch-1
@TrentBartlem Nice catch! Thank you for sending PR!
2 parents 6ed9de4 + a7369ce commit 95b6399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,15 @@ $ sls remove stepf activities --name <activityname>
159159
160160
161161
## Sample statemachines setting in serverless.yml
162-
### Waite State
162+
### Wait State
163163
```yml
164164
functions:
165165
hellofunc:
166166
handler: handler.hello
167167
168168
stepFunctions:
169169
stateMachines:
170-
yourWateMachine:
170+
yourWaitMachine:
171171
Comment: "An example of the Amazon States Language using wait states"
172172
StartAt: FirstState
173173
States:

0 commit comments

Comments
 (0)