Skip to content

Commit

Permalink
Fix typo on file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaires committed Mar 27, 2024
1 parent b73f08f commit 694f4fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import FormattedHeader from 'calypso/components/formatted-header';
import { LoadingEllipsis } from 'calypso/components/loading-ellipsis';
import { useQuery } from 'calypso/landing/stepper/hooks/use-query';
import { useSite } from 'calypso/landing/stepper/hooks/use-site';
import { useSiteMigrationKey } from 'calypso/landing/stepper/hooks/use-site-migraiton-key';
import { useSiteMigrationKey } from 'calypso/landing/stepper/hooks/use-site-migration-key';
import { recordTracksEvent } from 'calypso/lib/analytics/tracks';
import { ShowHideInput } from './show-hide-input';
import type { Step } from '../../types';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { renderHook, waitFor } from '@testing-library/react';
import nock from 'nock';
import React from 'react';
import { useSiteMigrationKey } from '../use-site-migraiton-key';
import { useSiteMigrationKey } from '../use-site-migration-key';

describe( 'useSiteMigrationKey', () => {
it( 'returns the site migration key', async () => {
Expand Down

0 comments on commit 694f4fc

Please sign in to comment.