Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 18, 2024
1 parent a6b4c22 commit 5a23b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/tabs/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ describe( 'Tabs', () => {
expect( alphaButton ).toHaveFocus();
} );

it( 'should focus the first tab, even if disabled, when the current selected tab id doesnt match an existing one', async () => {
it( "should focus the first tab, even if disabled, when the current selected tab id doesn't match an existing one", async () => {
const TABS_WITH_ALPHA_DISABLED = TABS.map( ( tabObj ) =>
tabObj.tabId === 'alpha'
? {
Expand Down

0 comments on commit 5a23b64

Please sign in to comment.