Skip to content

Commit

Permalink
fix typo in docs (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
smart7even authored Jan 15, 2024
1 parent d0312c9 commit 92562b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runApp(
);
```

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

##### Tracking HTTP events
Expand Down

0 comments on commit 92562b3

Please sign in to comment.