Skip to content

Commit 2485fc0

Browse files
authored
Merge pull request #5773 from influxdata/fix/typo
fix: correct typo
2 parents d5948db + b667fd0 commit 2485fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Options:
421421

422422
## Distinct Values Cache
423423

424-
Similar to the Last values cache, the database can cache in RAM the distinct values for a single column in a table or a heirarchy of columns. This is useful for fast metadata lookups, which can return in under 30 milliseoncds. Many of the options are similar to the last value cache. See the CLI output for more information:
424+
Similar to the Last values cache, the database can cache in RAM the distinct values for a single column in a table or a heirarchy of columns. This is useful for fast metadata lookups, which can return in under 30 milliseconds. Many of the options are similar to the last value cache. See the CLI output for more information:
425425

426426
```bash
427427
influxdb3 create distinct_cache -h

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Options:
419419

420420
## Distinct Values Cache
421421

422-
Similar to the Last values cache, the database can cache in RAM the distinct values for a single column in a table or a heirarchy of columns. This is useful for fast metadata lookups, which can return in under 30 milliseoncds. Many of the options are similar to the last value cache. See the CLI output for more information:
422+
Similar to the Last values cache, the database can cache in RAM the distinct values for a single column in a table or a heirarchy of columns. This is useful for fast metadata lookups, which can return in under 30 milliseconds. Many of the options are similar to the last value cache. See the CLI output for more information:
423423

424424
```bash
425425
influxdb3 create distinct_cache -h

0 commit comments

Comments
 (0)