diff --git a/app/lib/shared/cached_value.dart b/app/lib/shared/cached_value.dart index 836e13bf23..94cf473141 100644 --- a/app/lib/shared/cached_value.dart +++ b/app/lib/shared/cached_value.dart @@ -25,7 +25,7 @@ typedef UpdateFn = Future Function(); /// a failure, and won't be logged. However, `isAvailable` will return /// true only if the value is non-null. /// -/// The `updateFn` function should do have its own retry logic. +/// The `updateFn` function should have its own retry logic. /// /// - The default `timeout` value is half of the `interval`. ///