Fixed typo.

This commit is contained in:
Erik C. Thauvin 2020-03-02 12:39:08 -08:00
parent 93407fbf8f
commit 48d929868d

View file

@ -28,7 +28,7 @@ The Bitly API [Access Token](https://bitly.is/accesstoken) can be specified dire
```kotlin ```kotlin
// Env Variable or System Property // Env Variable or System Property
vak bitly = Bitly() val bitly = Bitly()
// Properties file path // Properties file path
val bitly = Bitly(File("my.properties")) val bitly = Bitly(File("my.properties"))