From d4d8a4e6c974420d9343023d15492d8fdbc4fc37 Mon Sep 17 00:00:00 2001 From: Stefan Kohler Date: Tue, 20 Jan 2015 16:34:15 +0100 Subject: [PATCH] Reword after a word too much was found Removed 'a' after the if and reworded sentence --- docs/src/docs/asciidoc/guides/users.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/guides/users.adoc b/docs/src/docs/asciidoc/guides/users.adoc index 3de9c9e0..bfed16a6 100644 --- a/docs/src/docs/asciidoc/guides/users.adoc +++ b/docs/src/docs/asciidoc/guides/users.adoc @@ -107,7 +107,7 @@ The value is an alias that points to an existing unauthenticated session. If no such session exists, the value is null. This ensures if we have an existing unauthenticated session that we use it instead of creating a new session. <2> If all of our sessions are already associated to a user, we create a new session alias. -<3> If a there exists a session that is not associated to a user, we use its session alias. +<3> If there is an existing session that is not associated to a user, we use its session alias. <4> Finally, we create the add account URL. The URL contains a session alias that either points to an existing unauthenticated session or is an alias that is unused thus signaling to create a new session associated to that alias.