File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/app/routes/docs/concepts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The `createAnimatedStyle` key of the config object by default takes wraps the `s
8282generic rules on applying keys. In the case of ` @react-spring/web ` , we pass a custom function which is how we support shorthands for
8383transformation styles.
8484
85- The getComponentProps is a middeleware function that allows you to intercept props before they're passed to the animated component, therefore
85+ The getComponentProps is a middleware function that allows you to intercept props before they're passed to the animated component, therefore
8686you could omit props e.g. ` scrollTop ` for the web because ` @react-spring/web ` expects this to be in the ` style ` object.
8787
8888For more information on ` animated ` elements, see [ here] ( /docs/concepts/animated-elements ) .
You can’t perform that action at this time.
0 commit comments