Skip to content

Commit 89fe012

Browse files
committed
fix typos appearing in storybook stories
1 parent 5d0556f commit 89fe012

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

__stories__/index.stories.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ export const Filtering = () => {
642642
ignores accents when matching strings. Default value is <em>false</em>.
643643
</Li>
644644
<Li>
645-
<TextHeader>filterMatchFrom?: &apos; any&apos; | &apos;start&apos;</TextHeader> -
645+
<TextHeader>filterMatchFrom?: &apos;any&apos; | &apos;start&apos;</TextHeader> -
646646
Position in source string to perform match. Default value is <em>&apos;any&apos;</em>.
647647
</Li>
648648
<Li>
@@ -730,7 +730,7 @@ export const Virtualization = () => {
730730
of nodes), list virtualization can also assist with:
731731
<List>
732732
<Li>
733-
<strong>Efficient memory allocation</strong>.&apos; Windowing&apos; naturally
733+
<strong>Efficient memory allocation</strong>. &apos;Windowing&apos; naturally
734734
lends itself to the dynamic generation of attributes/values as each
735735
object comes into your renderer&apos;s scope (as opposed to allocating
736736
this data upfront for each object in your list). This way you can
@@ -842,7 +842,7 @@ export const Advanced = () => {
842842
<TextHeader>getIsOptionDisabled(option: any) {'=>'} boolean</TextHeader> - Callback
843843
function with a return type of <code>Boolean</code>. When it evaluates to a value of
844844
true, that option iteration will be rendered <em>disabled</em>. As an alternative, you
845-
can also pass a property of <code>isDisabled</code> with each option. Use of these two
845+
can also pass a property of <code>isDisabled</code> with each option. Use one of these two
846846
options - they cannot both be specified.
847847
</Li>
848848
<Li>
@@ -898,7 +898,7 @@ export const Portaling = () => {
898898
<Title>Portaling</Title>
899899
<Hr />
900900
<Paragraph>
901-
React-Functional-Select exposes a <code>menuPortalTarget</code> prop, that
901+
react-functional-select exposes a <code>menuPortalTarget</code> prop, that
902902
allows you to portal the menu component to a dom node of your choosing. Styling
903903
should be simple enough via normal theme overriding on the menu object and style
904904
application to the wrapping portal element.

0 commit comments

Comments
 (0)