From a40934914789030b9d485e5f786c8346a299b53f Mon Sep 17 00:00:00 2001 From: Ryan Castle Date: Mon, 18 Aug 2014 18:36:52 +0930 Subject: [PATCH] Added comma after "For example" --- cookbook/security/target_path.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/target_path.rst b/cookbook/security/target_path.rst index ab60470d183..6f7a0536da1 100644 --- a/cookbook/security/target_path.rst +++ b/cookbook/security/target_path.rst @@ -10,7 +10,7 @@ the name of the firewall, defined in ``security.yml``). Upon a successful login, the user is redirected to this path, as to help them continue from the last known page they visited. -In some situations, this is not ideal. For example when the last request +In some situations, this is not ideal. For example, when the last request URI was an XMLHttpRequest which returned a non-HTML or partial HTML response, the user is redirected back to a page which the browser cannot render.