Browse Source

Fix a mistake in registration_shared_secret_path docs (#15078)

* fix a typo in registration_shared_secret_path docs
Signed-off-by: Filip Rutar <filip.rutar@gmail.com>

* changelog
saddfox 1 year ago
parent
commit
d1efc47925
2 changed files with 2 additions and 1 deletions
  1. 1 0
      changelog.d/15078.doc
  2. 1 1
      docs/usage/configuration/config_documentation.md

+ 1 - 0
changelog.d/15078.doc

@@ -0,0 +1 @@
+Fix a mistake in registration_shared_secret_path docs.

+ 1 - 1
docs/usage/configuration/config_documentation.md

@@ -2232,7 +2232,7 @@ key on startup and store it in this file.
 
 Example configuration:
 ```yaml
-registration_shared_secret_file: /path/to/secrets/file
+registration_shared_secret_path: /path/to/secrets/file
 ```
 
 _Added in Synapse 1.67.0._