Skip to content

Commit c345081

Browse files
authored
fix: update db|collStats preference description (#7412)
1 parent 00593e3 commit c345081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-preferences-model/src/preferences-schema.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ export type THEMES = (typeof THEMES_VALUES)[number];
2121

2222
const enableDbAndCollStatsDescription: React.ReactNode = (
2323
<>
24-
The{' '}
24+
When enabled, Compass occasionally calls the{' '}
2525
<Link href="https://www.mongodb.com/docs/manual/reference/command/dbStats/#mongodb-dbcommand-dbcmd.dbStats">
2626
dbStats
2727
</Link>
2828
and{' '}
2929
<Link href="https://www.mongodb.com/docs/manual/reference/command/collStats/">
3030
collStats
3131
</Link>{' '}
32-
command return storage statistics for a given database or collection.
32+
commands to access storage statistics for a given database or collection.
3333
Disabling this setting can help reduce Compass&apos; overhead on your
3434
MongoDB deployments.
3535
</>

0 commit comments

Comments
 (0)