# HG changeset patch # User Matthew Wild # Date 1700654062 0 # Node ID 372b6c4bf40913cf1344025b38238e34cdbdc58e # Parent 92ce3859df637db64d911ad8161217c503ed377b mod_register_redirect: docs: Fix typo in example (thanks melvo) diff -r 92ce3859df63 -r 372b6c4bf409 mod_register_redirect/README.markdown --- a/mod_register_redirect/README.markdown Tue Nov 21 17:34:54 2023 +0000 +++ b/mod_register_redirect/README.markdown Wed Nov 22 11:54:22 2023 +0000 @@ -29,7 +29,7 @@ server/hostname configuration: registration_whitelist = { "*your whitelisted web server ip address*" } - registrarion_url = "*your web registration page url*" + registration_url = "*your web registration page url*" registration_text = "Your custom instructions banner here" registration_oob = true (default) or false, in the case there's no applicable OOB method (e.g. the server admins needs to be contacted by phone)