Skip to content

Commit

Permalink
Merge of #7120
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 12, 2024
2 parents 973ce05 + 15b8810 commit 486525b
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 486525b

Please sign in to comment.