From b72cf009aeb41c661930646317537b76f3341ed5 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:52:44 +0200 Subject: [PATCH] fix typos --- 7-bank-project/2-forms/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/7-bank-project/2-forms/README.md b/7-bank-project/2-forms/README.md index 30ede77e..9213a486 100644 --- a/7-bank-project/2-forms/README.md +++ b/7-bank-project/2-forms/README.md @@ -16,7 +16,7 @@ You need to have completed the [HTML templates and routing](../1-template-route/ **Take note** You will have two terminals running at the same time as listed below. -1. For the the main bank app we built in the [HTML templates and routing](../1-template-route/README.md) lesson +1. For the main bank app we built in the [HTML templates and routing](../1-template-route/README.md) lesson 2. For the [Bank APP server API](../api/README.md) we just setup above. You need two of the servers up and running to follow through with the rest of the lesson. They are listening on different ports(port `3000` and port `5000`) so everything should work just fine. @@ -70,7 +70,7 @@ Let's start by adding a form to the `login` template. We'll need a *username* fi ``` -If you take a closer look, you can notice that we also added a `