From 783601c4a321cdcd4d7df030ca1e4594a091a97e Mon Sep 17 00:00:00 2001 From: Dima Vishnevetsky Date: Wed, 2 Oct 2019 12:17:08 +0300 Subject: [PATCH 1/2] fixed typo Fixed typo `symol` -> `symbol` :) My samll contribution to the environment. --- app/controllers/locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/locale.php b/app/controllers/locale.php index 3873cf71c3..f9c68c2c43 100644 --- a/app/controllers/locale.php +++ b/app/controllers/locale.php @@ -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'; From 48ef6805919191e3eb826f0f1301d2d7c0f31577 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Wed, 2 Oct 2019 13:27:54 +0300 Subject: [PATCH 2/2] Updated credits --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5133e967d4..05bc994470 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,4 @@ Created by [Eldad Fux](https://twitter.com/eldadfux) with the amazing help of ou * 🇹🇷 Mustafa Dur ([Github](https://github.com/tosbaha)) * 🇵🇹 Luís Pinto ([Github](https://github.com/LiTO773)) * 🇮🇳 Saksham Saxena ([Github](https://github.com/sakkshm)) +* 🇮🇱 Dima Vishnevetsky ([Github](https://github.com/dimshik100), [Twitter](https://twitter.com/dimshik100))