small typo

This commit is contained in:
Benoit Marty 2020-06-05 12:21:58 +02:00
parent 088e8bc9f9
commit f3a2c467ed
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class LoginServerSelectionFragment @Inject constructor() : AbstractLoginFragment
}
@OnClick(R.id.loginServerChoiceModularLearnMore)
fun learMore() {
fun learnMore() {
openUrlInExternalBrowser(requireActivity(), MODULAR_LINK)
}