From c37ccb05a6362ee75839203ffde9890d8dddf59b Mon Sep 17 00:00:00 2001 From: Oleg Magomedov <69794332+smart7even@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:53:01 +0300 Subject: [PATCH] fix typo in docs --- flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/README.md b/flutter/README.md index ed8b2d2007..41e835aea8 100644 --- a/flutter/README.md +++ b/flutter/README.md @@ -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