Skip to content

Commit 92562b3

Browse files
authored
fix typo in docs (#1816)
1 parent d0312c9 commit 92562b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runApp(
9999
);
100100
```
101101

102-
This adds performance tracing for all `AssetBundle` usages, where the `AssetBundle` is accessed with `DefaultAssetBunlde.of(context)`.
102+
This adds performance tracing for all `AssetBundle` usages, where the `AssetBundle` is accessed with `DefaultAssetBundle.of(context)`.
103103
This includes all of Flutters internal access of `AssetBundle`s, like `Image.asset` for example.
104104

105105
##### Tracking HTTP events

0 commit comments

Comments
 (0)