Pārlūkot izejas kodu

Fixed README typo.

Aidan Follestad 10 gadi atpakaļ
vecāks
revīzija
10a0e7796e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -356,7 +356,7 @@ If you want to explicitly use custom fonts, you can make a call to `typeface(Str
 using the `Builder`. This will pull fonts from TTF files in your project's `assets` folder. For example,
 if you had `Roboto.ttf` and `Roboto-Light.ttf` in `/src/main/assets/fonts`, you would call `typeface("Roboto", "Roboto-Light")`.
 Note that no extension is used in the name. This method will also handle recycling Typefaces via the `TypefaceHelper` which
-you can use in your own project to avoid duplicate allocations. If you want to load other Tyepface files that
+you can use in your own project to avoid duplicate allocations. If you want to load other Typeface files that
 aren't ttf files, you can use the `typeface(Typeface, Typeface)` Builder method.
 
 ---