From 33ec0c4affbf3e714011824fb516fdf92f4ea63f Mon Sep 17 00:00:00 2001 From: Guy Taggar <62388269+GuyPago@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:48:44 +0300 Subject: [PATCH] Fix typo (#1019) * Fix typo * Change to plural --- docs/en/configure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/configure/index.md b/docs/en/configure/index.md index f1878b09..d3fc2cde 100644 --- a/docs/en/configure/index.md +++ b/docs/en/configure/index.md @@ -14,7 +14,7 @@ aside: false | HBOX_WEB_HOST | | host to run the web server on, if you're using docker do not change this. see below for examples | | HBOX_OPTIONS_ALLOW_REGISTRATION | true | allow users to register themselves | | HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID | true | auto-increments the asset_id field for new items | -| HBOX_OPTIONS_CURRENCY_CONFIG | | json configuration file containing additional currencie | +| HBOX_OPTIONS_CURRENCY_CONFIG | | json configuration file containing additional currencies | | HBOX_OPTIONS_ALLOW_ANALYTICS | false | Allows the homebox team to view extremely basic information about the system that your running on. This helps make decisions regarding builds and other general decisions. | | HBOX_WEB_MAX_UPLOAD_SIZE | 10 | maximum file upload size supported in MB | | HBOX_WEB_READ_TIMEOUT | 10s | Read timeout of HTTP sever |