From 880fba905d06d3bce32cf7ddaaf27b730fda4b59 Mon Sep 17 00:00:00 2001 From: Ashraf Naeem Date: Sun, 19 Jul 2026 19:01:55 +0530 Subject: [PATCH] Add proper punctuation to component export explanation Without proper punctuation the line is hard to read. --- src/content/1/en/part1a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/1/en/part1a.md b/src/content/1/en/part1a.md index fb2aca289da..0d2c1284bc6 100644 --- a/src/content/1/en/part1a.md +++ b/src/content/1/en/part1a.md @@ -201,7 +201,7 @@ Note that you should not remove the line at the bottom of the component export default App ``` -The export is not shown in most of the examples of the course material. Without the export the component and the whole app breaks down. +The export is not shown in most of the examples of the course material. Without the export, the component and the whole app breaks down. Did you remember your promise to keep the console open? What was printed out there?