fix: typo

This commit is contained in:
jtakalai 2024-04-02 15:50:57 +03:00 committed by GitHub
parent ad5f1c5fc7
commit b63508df53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -388,7 +388,7 @@ _code: commify @lang<script>
// v5
ethers.utils.commify("1234.5")
// v6; we removed some of these local-specific utilities,
// v6; we removed some of these locale-specific utilities,
// however the functionality can be easily replicated
// and adjusted depending on your desired output format,
// for which everyone wanted their own tweaks anyways.