Software /
code /
prosody-modules
Changeset
4318:3dd7840cb923
mod_client_proxy: Fix typo in readme
Thanks, @mdosch.
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Tue, 05 Jan 2021 20:51:23 +0100 |
parents | 4317:456b9f608fcf |
children | 4319:caaa40f072da |
files | mod_client_proxy/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_client_proxy/README.markdown Tue Jan 05 13:49:50 2021 +0000 +++ b/mod_client_proxy/README.markdown Tue Jan 05 20:51:23 2021 +0100 @@ -21,7 +21,7 @@ implementing client answers the IQ request, it is sent back to the component, which reverts the translation and routes the reply back to the user. -Let us assume that user@some-domain.exmaple sends a request. The +Let us assume that user@some-domain.example sends a request. The proxy.domain.example component has the client_proxy module loaded and proxies to some-user@some-domain.example. some-user@some-domain.example has two resources, /a and /b.