diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index b5deb4002f..bf5574ad44 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -558,7 +558,7 @@ A `spring` store gradually changes to its target value based on its `stiffness` --- -The `store.stiffness`, `store.damping` and `store.precision` properties can be changed while the spring is in motion, and will take immediate effect. +All of the options above can be changed while the spring is in motion, and will take immediate effect. ```js const size = spring(100);