Skip to content

Commit

Permalink
Make minor language edits for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhauke authored and geromegrignon committed Sep 19, 2023
1 parent 7e4002f commit eb9c86a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/documentation/docs/specs/frontend-specs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `<head>` 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
<div class="home-page">
Expand Down

1 comment on commit eb9c86a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.