We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6bf1f commit eb5948eCopy full SHA for eb5948e
1 file changed
articles/redis/nodejs-get-started.md
@@ -55,7 +55,7 @@ In the first part of the TypeScript code sample file, `index.ts`, configure your
55
56
:::code language="typescript" source="~/azure-cache-redis-samples/quickstart/nodejs/src/index.ts" range="1-66":::
57
58
-Use the `createRedisClient()` function to create a node-redis client connection to the Redis cache..
+Use the `createRedisClient()` function to create a node-redis client connection to the Redis cache.
59
60
```typescript
61
client = createRedisClient();
0 commit comments