Skip to content

Commit 8de789b

Browse files
Update caching.md
1 parent dac9bd4 commit 8de789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ import { AppController } from './app.controller';
229229
imports: [
230230
CacheModule.register<RedisClientOpts>({
231231
store: redisStore,
232-
// Store-specify configuration:
232+
// Store-specific configuration:
233233
host: 'localhost',
234234
port: 6379,
235235
}),

0 commit comments

Comments
 (0)