Skip to content

Commit 967ee58

Browse files
author
Simon Prickett
committed
Made top level comment more descriptive.
1 parent f4fa63c commit 967ee58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/search+json.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Use Redis Search and Redis JSON
1+
// This example demonstrates how to use RediSearch and RedisJSON together.
22

33
import { createClient, SchemaFieldTypes, AggregateGroupByReducers, AggregateSteps } from 'redis';
44

@@ -43,7 +43,7 @@ async function searchPlusJson() {
4343
// documents: [...]
4444
// }
4545

46-
// Some aggregrations
46+
// Some aggregrations...
4747
console.log(
4848
await client.ft.aggregate('users', '*', {
4949
STEPS: [{

0 commit comments

Comments
 (0)