We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bd185 commit a5e77e4Copy full SHA for a5e77e4
packages/compass-collection/src/components/mock-data-generator-modal/constants.ts
@@ -195,9 +195,9 @@ export const MONGO_TYPE_TO_FAKER_METHODS: Record<
195
Code: [
196
{
197
method: 'lorem.sentence',
198
- description: 'Short line of text code or content',
+ description: 'Short line of code',
199
},
200
- { method: 'lorem.paragraph', description: 'Block of placeholder text' },
+ { method: 'lorem.paragraph', description: 'Block of placeholder code' },
201
{ method: 'git.commitMessage', description: 'Git-style commit message' },
202
],
203
0 commit comments