Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe what has changed in this PR
README.md
was modified, 2 words typos were fixed. The first one, thedocker-compose.yaml
file doesn't match with the actual filename and the second one,PosstgreSQL
, was fixed (an extra s in the name)Also, the linter modified to files so I commited them too.
Tell your future self why have you made these changes
To point to the right file and to have the right database name.
How have you verified this change? Tested locally? Added a unit test? Checked in staging env?
No need to verified this change, it's a readme file
Assuming the worst case, what can be broken when deploying this change to production?
Nothing
Is it notable for release? e.g. schema updates, configuration or data migration required? If so, please mention it, and also update CHANGELOG.md
No
Is there any documentation updates should be made for config, https://cadenceworkflow.io/docs/operation-guide/setup/ ? If so, please open an PR in https://github.com/uber/cadence-docs
No