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?