Unverified Commit 700d7b9d authored by amirh's avatar amirh Committed by GitHub

Typo fix (ImageProvider) (#12887)

parent 4e2e6979
...@@ -159,7 +159,7 @@ class ImageConfiguration { ...@@ -159,7 +159,7 @@ class ImageConfiguration {
/// To obtain an [ImageStream] from an [ImageProvider], call [resolve], /// To obtain an [ImageStream] from an [ImageProvider], call [resolve],
/// passing it an [ImageConfiguration] object. /// passing it an [ImageConfiguration] object.
/// ///
/// ImageProvides uses the global [imageCache] to cache images. /// [ImageProvider] uses the global [imageCache] to cache images.
/// ///
/// The type argument `T` is the type of the object used to represent a resolved /// The type argument `T` is the type of the object used to represent a resolved
/// configuration. This is also the type used for the key in the image cache. It /// configuration. This is also the type used for the key in the image cache. It
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment