From f512da7974c3ef200ce40dcfa0636a00b3093f27 Mon Sep 17 00:00:00 2001 From: Yazeed Adams <89387525+admyazeed@users.noreply.github.com> Date: Sat, 22 Aug 2026 14:26:29 +0200 Subject: [PATCH] Fix punctuation in prerequisites section Added a full stop at end of sentence. --- src/content/0/en/part0a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/0/en/part0a.md b/src/content/0/en/part0a.md index 2611c9b38d..3583e82996 100644 --- a/src/content/0/en/part0a.md +++ b/src/content/0/en/part0a.md @@ -15,7 +15,7 @@ The course is totally free of charge. You can get a certificate and even the Uni ### Prerequisites -Participants are expected to have good programming skills, basic knowledge of web programming and databases, and know the basics of the Git version control system. You are also expected to have perseverance and a capacity for solving problems and seeking information independently +Participants are expected to have good programming skills, basic knowledge of web programming and databases, and know the basics of the Git version control system. You are also expected to have perseverance and a capacity for solving problems and seeking information independently. Previous knowledge of JavaScript or other course topics is not required.