From 4ca57d20f98bce6e2b67fdc077d6ee9c9bc4e82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20M=C3=BCller?= Date: Tue, 28 Jan 2025 19:22:05 +0100 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76ad901..b4032f5 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ These config options are namespaced in `config.console1984`: | `ask_for_username_if_empty` | If `true`, the console will ask for a username if it is empty. If `false`, it will raise an error if no username is set. Defaults to `false`. | | `production_data_warning` | The text to show when a console session starts. | | `enter_unprotected_encryption_mode_warning` | The text to show when user enters into unprotected mode. | -| `enter_protected_mode_warning` | The text to show when user go backs to protected mode. | +| `enter_protected_mode_warning` | The text to show when user goes back to protected mode. | | `incinerate` | Whether incinerate sessions automatically after a period of time or not. Default to `true`. | | `incinerate_after` | The period to keep sessions around before incinerate them. Default `30.days`. | | `incineration_queue` | The name of the queue for session incineration jobs. Default `console1984_incineration`. |