Skip to content

Commit 6548018

Browse files
jcobisCopilot
andauthored
typo
Co-authored-by: Copilot <[email protected]>
1 parent f7a0f35 commit 6548018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-collection/src/components/collection-header-actions/collection-header-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const CollectionHeaderActions: React.FunctionComponent<
8080

8181
const { database, collection } = toNS(namespace);
8282

83-
// Show Mock Data Generator button if schema analysis has bee initiated (indicating user is in treatment variant)
83+
// Show Mock Data Generator button if schema analysis has been initiated (indicating user is in treatment variant)
8484
// Schema analysis only runs for users in the treatment variant
8585
const shouldShowMockDataButton =
8686
(schemaAnalysisStatus === SCHEMA_ANALYSIS_STATE_ANALYZING ||

0 commit comments

Comments
 (0)