mod_register_redirect: docs: Fix typo in example (thanks melvo)
authorMatthew Wild <mwild1@gmail.com>
Wed, 22 Nov 2023 11:54:22 +0000
changeset 5731 372b6c4bf409
parent 5730 92ce3859df63
child 5732 80702e33ba71
mod_register_redirect: docs: Fix typo in example (thanks melvo)
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)