Skip to content

Commit 03c2012

Browse files
Merge pull request #362 from jordan-brough/fix-typo
Fix typo in example code in readme
2 parents 0ea6684 + a27064c commit 03c2012

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
@@ -366,10 +366,10 @@ stepFunctions:
366366

367367
### Disable Output Cloudformation Outputs section
368368

369-
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.
369+
Disables the generation of outputs in the CloudFormation Outputs section. If you define many state machines in serverless.yml you may reach the CloudFormation limit of 60 outputs. If you define `noOutput: true` then this plugin will not generate outputs automatically.
370370

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

0 commit comments

Comments
 (0)