From 4486e094c3ef0ab4109ef5e58f16a7c2478561bb Mon Sep 17 00:00:00 2001 From: Paulo Machado Date: Thu, 12 Sep 2024 16:11:22 -0300 Subject: [PATCH] chore(examples): tiny typo fix (#7120) ## 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)*. --- docs/examples/redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/redis.md b/docs/examples/redis.md index 697004978d7..a93c6dc7c07 100644 --- a/docs/examples/redis.md +++ b/docs/examples/redis.md @@ -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 () => {