From f4af41e20e3f5e3e3eba91f8a4f85c1fcd4eaa40 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 13 Nov 2018 10:31:22 -0800 Subject: [PATCH] type fix (#24297) --- packages/flutter/lib/src/material/typography.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/typography.dart b/packages/flutter/lib/src/material/typography.dart index bf867b64b51..1338ba1f07d 100644 --- a/packages/flutter/lib/src/material/typography.dart +++ b/packages/flutter/lib/src/material/typography.dart @@ -128,7 +128,7 @@ class Typography extends Diagnosticable { /// /// This [TextTheme] should provide color but not geometry (font size, /// weight, etc). A text theme's geometry depends on the locale. To look - /// up a localized [TextTheme], use the the overall [Theme], for example: + /// up a localized [TextTheme], use the overall [Theme], for example: /// `Theme.of(context).textTheme`. /// /// The [englishLike], [dense], and [tall] text theme's provide locale-specific