From eb9c86a0aa41d7337c409220b41148c91edea649 Mon Sep 17 00:00:00 2001 From: Peter Hauke <90506472+peterhauke@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:21:43 +0200 Subject: [PATCH] Make minor language edits for clarity --- .../docs/specs/frontend-specs/templates.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/documentation/docs/specs/frontend-specs/templates.md b/apps/documentation/docs/specs/frontend-specs/templates.md index 3e525f3b2..940817410 100644 --- a/apps/documentation/docs/specs/frontend-specs/templates.md +++ b/apps/documentation/docs/specs/frontend-specs/templates.md @@ -34,7 +34,7 @@ The `` element includes all the metadata for a page, including the title, #### Unauthenticated user -If no user is logged in the header includes links to: +If no user is logged in, then the header should include links to: - the home page - the login page @@ -64,7 +64,7 @@ If no user is logged in the header includes links to: #### Authenticated user -If user is logged in the header includes links to: +If a user is logged in, then the header should include links to: - the home page - the new article page @@ -119,9 +119,9 @@ If user is logged in the header includes links to: The Home page includes up to three tabs: -- the default **Global Feed** one -- the optional **tag name** one by clicking on one of the popular tags -- the optional **Your Feed** by being logged in +- a default **Global Feed** tab +- an optional **tag name** tab, appears after clicking one of the popular tags +- an optional **Your Feed** tab, appears after logging in ```html