Typo fix (ImageProvider) (#12887)

This commit is contained in:
amirh 2017-11-06 10:55:01 -08:00 committed by GitHub
parent 4e2e69797a
commit 700d7b9da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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