Skip to content

Commit

Permalink
fix: two typos in description text (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdschmitt authored Jun 19, 2020
1 parent 298d1b5 commit bd1e220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/docs/PropTables/FlexPropTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const flexItemProps: Prop[] = [
defaultValue: '0',
description: (
<>
Determines how much a flex item can grow relitive to the rest of the flex items. Same as the{' '}
Determines how much a flex item can grow relative to the rest of the flex items. Same as the{' '}
<Code highlight={false}>flex-grow</Code> CSS property.
</>
),
Expand All @@ -124,7 +124,7 @@ const flexItemProps: Prop[] = [
defaultValue: '1',
description: (
<>
Determines how much a flex item can shrink relitive to the rest of the flex items. Same as the{' '}
Determines how much a flex item can shrink relative to the rest of the flex items. Same as the{' '}
<Code highlight={false}>flex-shrink</Code> CSS property.
</>
),
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/Message/MessagePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MessagePage = () => (
<>
<H0>Messages</H0>
<Text>
A message primarily used for displaying page/table messaging, feature/discover/system level mesaages, or even
A message primarily used for displaying page/table messaging, feature/discover/system level messages, or even
non-critical messaging.
</Text>

Expand Down

0 comments on commit bd1e220

Please sign in to comment.