Unverified Commit ed030138 authored by Aneesh Rao's avatar Aneesh Rao Committed by GitHub

Fix grammatical error in services.dart (#84494)

parent dc47cf5c
......@@ -103,7 +103,7 @@ abstract class AssetBundle {
/// This asset bundle does not cache any resources, though the underlying
/// network stack may implement some level of caching itself.
class NetworkAssetBundle extends AssetBundle {
/// Creates an network asset bundle that resolves asset keys as URLs relative
/// Creates a network asset bundle that resolves asset keys as URLs relative
/// to the given base URL.
NetworkAssetBundle(Uri baseUrl)
: _baseUrl = baseUrl,
......
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