Skip to content

Commit

Permalink
chore: update explanation comment
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Davies <joeld.dev@gmail.com>
  • Loading branch information
dominictb and jjcoffee authored May 28, 2024
1 parent 91d0852 commit aa836b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Image/ImageBehaviorContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {createContext} from 'react';

type ImageBehaviorContextValue = {
/**
* Disable the logic to set aspect ratio of the container div based on the image aspect ratio.
* Determine whether or not to set the aspect ratio of the container div based on the image's aspect ratio.
*/
shouldSetAspectRatioInStyle: boolean;
};
Expand Down

0 comments on commit aa836b7

Please sign in to comment.