Skip to content

Commit eb5948e

Browse files
committed
Acrolinx
1 parent 5c6bf1f commit eb5948e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/redis/nodejs-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In the first part of the TypeScript code sample file, `index.ts`, configure your
5555

5656
:::code language="typescript" source="~/azure-cache-redis-samples/quickstart/nodejs/src/index.ts" range="1-66":::
5757

58-
Use the `createRedisClient()` function to create a node-redis client connection to the Redis cache..
58+
Use the `createRedisClient()` function to create a node-redis client connection to the Redis cache.
5959

6060
```typescript
6161
client = createRedisClient();

0 commit comments

Comments
 (0)