Skip to content

Commit b820e05

Browse files
authored
Fix typos in Creating Redis service containers docs
1 parent c2c7354 commit b820e05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# Runs a script that creates a Redis client, populates
8080
# the client with data, and retrieves data
8181
run: node client.js
82-
# Environment variable used by the `client.js` script to create a new Redis client.
82+
# Environment variables used by the `client.js` script to create a new Redis client.
8383
env:
8484
# The hostname used to communicate with the Redis service container
8585
REDIS_HOST: redis
@@ -135,7 +135,7 @@ steps:
135135
# Runs a script that creates a Redis client, populates
136136
# the client with data, and retrieves data
137137
run: node client.js
138-
# Environment variable used by the `client.js` script to create a new Redis client.
138+
# Environment variables used by the `client.js` script to create a new Redis client.
139139
env:
140140
# The hostname used to communicate with the Redis service container
141141
REDIS_HOST: redis
@@ -193,7 +193,7 @@ jobs:
193193
# Runs a script that creates a Redis client, populates
194194
# the client with data, and retrieves data
195195
run: node client.js
196-
# Environment variable used by the `client.js` script to create
196+
# Environment variables used by the `client.js` script to create
197197
# a new Redis client.
198198
env:
199199
# The hostname used to communicate with the Redis service container
@@ -253,7 +253,7 @@ steps:
253253
# Runs a script that creates a Redis client, populates
254254
# the client with data, and retrieves data
255255
run: node client.js
256-
# Environment variable used by the `client.js` script to create
256+
# Environment variables used by the `client.js` script to create
257257
# a new Redis client.
258258
env:
259259
# The hostname used to communicate with the Redis service container

0 commit comments

Comments
 (0)