Skip to content

Commit ba1c8b0

Browse files
committed
Fix typo in example code in readme
1 parent 0ea6684 commit ba1c8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ stepFunctions:
369369
Disables output in the CloudFormation Outputs section. if you define many state-machines in serverless.yml, there is a possibility of reaching out a CloudFormation limits in which the maximum number of outputs is 60. If you define `noOutput: true`, you can prevent automatically output by this plugin.
370370

371371
```yaml
372-
stepFUnctions:
372+
stepFunctions:
373373
noOutput: true
374374
```
375375

0 commit comments

Comments
 (0)