Skip to content

Commit 2058a32

Browse files
myang1220Copilot
andauthored
typo
Co-authored-by: Copilot <[email protected]>
1 parent fed4e96 commit 2058a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-user-data/src/user-data.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ describe('AtlasUserData', function () {
804804
);
805805
});
806806

807-
it('constructrs URL correctly for different types', async function () {
807+
it('constructs URL correctly for different types', async function () {
808808
authenticatedFetchStub.resolves(mockResponse({}));
809809

810810
const userData = getAtlasUserData({}, 'org123', 'group456', 'recent');

0 commit comments

Comments
 (0)