Skip to content

Commit

Permalink
Fix comment spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ciampini <[email protected]>
  • Loading branch information
2 people authored and ntsekouras committed May 20, 2021
1 parent 8e41fad commit 2d325f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compose/src/hooks/use-media-query/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe( 'useMediaQuery', () => {
await act( async () => {
root = create( <TestComponent /> );
} );
// query will be case to a boolean to simplify the return type.
// query will be cast to a boolean to simplify the return type.
expect( root.toJSON() ).toBe( 'useMediaQuery: false' );

await act( async () => {
Expand Down

0 comments on commit 2d325f1

Please sign in to comment.