1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

fixed typo

Fixed typo `symol` -> `symbol` :)
My samll contribution to the environment.
This commit is contained in:
Dima Vishnevetsky 2019-10-02 12:17:08 +03:00 committed by GitHub
parent a5cf5d063d
commit 783601c4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ $utopia->get('/v1/locale/currencies')
->label('scope', 'locale.read')
->label('sdk.namespace', 'locale')
->label('sdk.method', 'getCurrencies')
->label('sdk.description', 'List of all currencies, including currency symol, name, plural, and decimal digits for all major and minor currencies. You can use the locale header to get the data in supported language.')
->label('sdk.description', 'List of all currencies, including currency symbol, name, plural, and decimal digits for all major and minor currencies. You can use the locale header to get the data in supported language.')
->action(
function () use ($response) {
$currencies = include __DIR__.'/../config/currencies.php';