Skip to content

Commit

Permalink
chore(examples): tiny typo fix (#7120)
Browse files Browse the repository at this point in the history
## Description

My OCD made me do this while reading website

## Checklist

- [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [x] Description explains motivation and solution
- [x] Tests added (always)
- [x] Docs updated (only required for features)
- [x] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
paulomach authored Sep 12, 2024
1 parent 973ce05 commit 4486e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When the cloud function is invoked a value is set in the redis database using th
bring redis;
bring cloud;

// Create a reddit resource
// Create a redis resource
let redisInstance = new redis.Redis();

new cloud.Function(inflight () => {
Expand Down

0 comments on commit 4486e09

Please sign in to comment.