From 61a2586aedb1593f96e03807134fd8cc41cf7d45 Mon Sep 17 00:00:00 2001 From: Stefan Kohler Date: Tue, 20 Jan 2015 16:31:56 +0100 Subject: [PATCH] Add missing 'an' --- docs/src/docs/asciidoc/guides/users.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/asciidoc/guides/users.adoc b/docs/src/docs/asciidoc/guides/users.adoc index bdfc482..3de9c9e 100644 --- a/docs/src/docs/asciidoc/guides/users.adoc +++ b/docs/src/docs/asciidoc/guides/users.adoc @@ -103,7 +103,7 @@ include::{samples-dir}users/src/main/java/sample/UserAccountsFilter.java[tags=ad ---- <1> We have an existing variable named `unauthenticatedAlias`. -The value is an alias that points to existing unauthenticated session. +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. @@ -150,4 +150,4 @@ will output a link of: Link ---- -end::how-does-it-work[] \ No newline at end of file +end::how-does-it-work[]