mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 04:21:05 -05:00
typo
This commit is contained in:
parent
62f934b6b1
commit
16c976fe5a
@ -397,7 +397,7 @@ namespace Bit.Core.Utilities
|
|||||||
return Other2Qwerty(value, _dvorakMap, _qwertyDvorakMap);
|
return Other2Qwerty(value, _dvorakMap, _qwertyDvorakMap);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string Colemak2Qwery(string value)
|
public static string Colemak2Qwerty(string value)
|
||||||
{
|
{
|
||||||
return Other2Qwerty(value, _colemakMap, _qwertyColemakMap);
|
return Other2Qwerty(value, _colemakMap, _qwertyColemakMap);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user