Skip to content

Commit

Permalink
fix(web): typos
Browse files Browse the repository at this point in the history
Co-authored-by: Imobach González Sosa <[email protected]>
  • Loading branch information
dgdavid and imobachgs authored Sep 13, 2024
1 parent a2241d9 commit 1dfad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/layout/Flex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { Flex as PFFlex, FlexProps, FlexItem, FlexItemProps } from "@patternfly/
*/

// NOTE: PF/Flex#order prop is missing "sm" breakpoint
// NOTE: The ommited props match the extends constraint becuase they are typed
// NOTE: The omitted props match the extends constraint because they are typed
// as "any", see https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L2923-L3001
// (FlexProps interface extends React.HTMLProps)
type ResponsiveFlexProps = {
Expand Down

0 comments on commit 1dfad27

Please sign in to comment.