Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
e.g. and admin... -> e.g. as admin...
  • Loading branch information
golubovic-m authored Dec 5, 2024
1 parent 0ee3f85 commit 1908890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/1.get-started/40.first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In the backend, login and go to `/node/add/article` to create some first example

2. After saving, you are redirected to the frontend, which renders the basic data of your content. You can customize that easily, as described under the [Customized API output](/guide/customized-api-output) page. For now, stay here and remember the frontend URL of your page, e.g. `/node/1`.

3. On the frontend go the user login, e.g. `/user/login?destination=/`. Login with your usual Drupal credentials, e.g. and admin or editor account. For the Gitpod demo environments you can log in with `admin` and password `lupus123`.
3. On the frontend go the user login, e.g. `/user/login?destination=/`. Login with your usual Drupal credentials, e.g. as admin or editor account. For the Gitpod demo environments you can log in with `admin` and password `lupus123`.

4. After logging in, go back to your created content in the frontend, e.g. `/node/1`. Take not of the local task links (or "Drupal-tabs") that appear now.

Expand Down

0 comments on commit 1908890

Please sign in to comment.