Skip to content

Commit 817cfed

Browse files
authored
Merge pull request appwrite#96 from dimshik100/master
fixed typo
2 parents a5cf5d0 + 783601c commit 817cfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/locale.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function () use ($response) {
132132
->label('scope', 'locale.read')
133133
->label('sdk.namespace', 'locale')
134134
->label('sdk.method', 'getCurrencies')
135-
->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.')
135+
->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.')
136136
->action(
137137
function () use ($response) {
138138
$currencies = include __DIR__.'/../config/currencies.php';

0 commit comments

Comments
 (0)