From 35863b753fd3f83d626922622a870483c935dda5 Mon Sep 17 00:00:00 2001 From: Tirth Date: Mon, 4 Mar 2024 23:54:13 +0530 Subject: [PATCH] Fix Small Typo in Skia_Client Doc Comment (#144490) Fix Small Typo in Skia_Client Doc Comment. --- packages/flutter_goldens/lib/skia_client.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_goldens/lib/skia_client.dart b/packages/flutter_goldens/lib/skia_client.dart index 67d50ccde1a..abdd4ef4087 100644 --- a/packages/flutter_goldens/lib/skia_client.dart +++ b/packages/flutter_goldens/lib/skia_client.dart @@ -79,7 +79,7 @@ class SkiaGoldClient { /// The ABI of the current host platform. /// - /// If not overriden for testing, defaults to [Abi.current]; + /// If not overridden for testing, defaults to [Abi.current]; final Abi abi; /// The local [Directory] within the [comparisonRoot] for the current test