diff --git a/documentation/docs/fundamentals/usage.md b/documentation/docs/fundamentals/usage.md index b8191abee..e11a62968 100644 --- a/documentation/docs/fundamentals/usage.md +++ b/documentation/docs/fundamentals/usage.md @@ -425,7 +425,7 @@ This method is called very frequently. Keep it fast. overrideProps?: object; ``` -We do not recommend using this prop for anything else than debugging. Internal props of the list will be overriden with the provided values. +We do not recommend using this prop for anything else than debugging. Internal props of the list will be overridden with the provided values. ### `progressViewOffset` diff --git a/src/FlashListProps.ts b/src/FlashListProps.ts index 77e6096ca..376f1f6df 100644 --- a/src/FlashListProps.ts +++ b/src/FlashListProps.ts @@ -290,7 +290,7 @@ export interface FlashListProps extends ScrollViewProps { ) => void; /** - * For debugging and exception use cases, internal props will be overriden with these values if used + * For debugging and exception use cases, internal props will be overridden with these values if used. */ overrideProps?: object;