Fixed typo (#26260)

This commit is contained in:
Ben Konyi 2019-01-08 16:40:42 -08:00 committed by GitHub
parent 51732aee3b
commit 094edf61db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ class Typography extends Diagnosticable {
/// ///
/// This [TextTheme] provides color but not geometry (font size, weight, etc). /// This [TextTheme] provides color but not geometry (font size, weight, etc).
/// A text theme's geometry depends on the locale. To look up a localized /// A text theme's geometry depends on the locale. To look up a localized
/// [TextTheme], use the the overall [Theme], for example: /// [TextTheme], use the overall [Theme], for example:
/// `Theme.of(context).textTheme`. /// `Theme.of(context).textTheme`.
/// ///
/// The [englishLike], [dense], and [tall] text theme's provide locale-specific /// The [englishLike], [dense], and [tall] text theme's provide locale-specific