mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 22:34:02 +01:00
Spelling mistake fixes (#2151)
* Spelling mistake fixes * Spelling mistake fix
This commit is contained in:
parent
d31574f6cd
commit
fb3136ab19
31 changed files with 107 additions and 116 deletions
|
|
@ -26,7 +26,7 @@ class UtilsTest {
|
|||
Assert.assertThat(Utils.capitalize("12x"), _is("12x"))
|
||||
}
|
||||
|
||||
@Test fun `capitalize - pass Japanase characters`() {
|
||||
@Test fun `capitalize - pass Japanese characters`() {
|
||||
Assert.assertThat(Utils.capitalize("こんにちは"), _is("こんにちは"))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue