From b820e05c9ded7ce37aff346fd9df6eedb030dc31 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Mon, 26 May 2025 10:54:56 +0300 Subject: [PATCH] Fix typos in Creating Redis service containers docs --- .../creating-redis-service-containers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers.md b/content/actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers.md index 0940c1b28e7a..e9c5d8bf40d3 100644 --- a/content/actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers.md +++ b/content/actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers.md @@ -79,7 +79,7 @@ jobs: # Runs a script that creates a Redis client, populates # the client with data, and retrieves data run: node client.js - # Environment variable used by the `client.js` script to create a new Redis client. + # Environment variables used by the `client.js` script to create a new Redis client. env: # The hostname used to communicate with the Redis service container REDIS_HOST: redis @@ -135,7 +135,7 @@ steps: # Runs a script that creates a Redis client, populates # the client with data, and retrieves data run: node client.js - # Environment variable used by the `client.js` script to create a new Redis client. + # Environment variables used by the `client.js` script to create a new Redis client. env: # The hostname used to communicate with the Redis service container REDIS_HOST: redis @@ -193,7 +193,7 @@ jobs: # Runs a script that creates a Redis client, populates # the client with data, and retrieves data run: node client.js - # Environment variable used by the `client.js` script to create + # Environment variables used by the `client.js` script to create # a new Redis client. env: # The hostname used to communicate with the Redis service container @@ -253,7 +253,7 @@ steps: # Runs a script that creates a Redis client, populates # the client with data, and retrieves data run: node client.js - # Environment variable used by the `client.js` script to create + # Environment variables used by the `client.js` script to create # a new Redis client. env: # The hostname used to communicate with the Redis service container