From a0e2db3f1c70aa76894ab70233691b463b20c66e Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Mon, 1 Jul 2024 23:53:14 +0300 Subject: [PATCH] wip --- docs/3.0/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0/authentication.md b/docs/3.0/authentication.md index 129de41f..496b358d 100644 --- a/docs/3.0/authentication.md +++ b/docs/3.0/authentication.md @@ -51,7 +51,7 @@ end ## Customize the sign-out link -If your app responds to `destroy_user_session_path`, a sign-out menu item will be added on the bottom sidebar (when you click the three dots). If your app does not respond to this method, the link will be hidden unless you provide a custom sign-out path. There are two ways to customize the sign-out path. +If your app responds to `destroy_user_session_path`, a sign-out menu item will be added on the bottom sidebar (when you click the three dots). If your app does not respond to this method, the link will be hidden unless you provide a custom sign-out path. There are two ways to customize the sign-out path. ### Customize the current user resource name