diff --git a/notes/0.13.9/forceupdatems.markdown b/notes/0.13.9/forceupdatems.markdown index f506c8ad6..fd631b8b7 100644 --- a/notes/0.13.9/forceupdatems.markdown +++ b/notes/0.13.9/forceupdatems.markdown @@ -4,6 +4,6 @@ ### Changes with compatibility implications ### Improvements -- Adds `forceUpdateMs` key, that takes values of `Option[Long]` representing a number of milliseconds. If set, a full `update` will occur after that amount of time without needing to explicitly run the `update` task. +- Adds `forceUpdateMs` key, that takes values of `Option[Long]` representing a number of milliseconds. If set, a full `update` will occur after that amount of time without needing to explicitly run the `update` task. By [@ajsquared][@ajsquared] ### Fixes