Skip to content

Commit

Permalink
chore: fix grammar COMPASS-7236 (#4879)
Browse files Browse the repository at this point in the history
fix grammar
  • Loading branch information
lerouxb authored Sep 20, 2023
1 parent 3397cf2 commit 51bf6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-preferences-model/src/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export const storedUserPreferencesProps: Required<{
global: true,
description: {
short: 'Enable MongoDB Shell',
long: 'Allow Compass to interacting with MongoDB deployments via the embedded shell.',
long: 'Allow Compass to interact with MongoDB deployments via the embedded shell.',
},
deriveValue: deriveReadOnlyOptionState('enableShell'),
validator: z.boolean().default(true),
Expand Down

0 comments on commit 51bf6ce

Please sign in to comment.