Mercurial > prosody-modules
diff mod_http_upload/README.markdown @ 4070:268fa9d45840
mod_http_upload/README: Fix typo (thanks bjoernb)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Jul 2020 16:15:37 +0200 |
parents | acd231e2b46f |
children | 0a56dc6c61af |
line wrap: on
line diff
--- a/mod_http_upload/README.markdown Mon Jul 20 22:32:22 2020 +0200 +++ b/mod_http_upload/README.markdown Sun Jul 26 16:15:37 2020 +0200 @@ -87,7 +87,7 @@ Prosody storage path (usually `/var/lib/prosody`). This can be changed: ``` {.lua} -http_upload_path = "/path/to/uploded/files" +http_upload_path = "/path/to/uploaded/files" ``` Compatibility