Skip to content

Commit a5e77e4

Browse files
committed
description updates
1 parent 11bd185 commit a5e77e4

File tree

1 file changed

+2
-2
lines changed
  • packages/compass-collection/src/components/mock-data-generator-modal

1 file changed

+2
-2
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ export const MONGO_TYPE_TO_FAKER_METHODS: Record<
195195
Code: [
196196
{
197197
method: 'lorem.sentence',
198-
description: 'Short line of text code or content',
198+
description: 'Short line of code',
199199
},
200-
{ method: 'lorem.paragraph', description: 'Block of placeholder text' },
200+
{ method: 'lorem.paragraph', description: 'Block of placeholder code' },
201201
{ method: 'git.commitMessage', description: 'Git-style commit message' },
202202
],
203203

0 commit comments

Comments
 (0)