Skip to content

Commit e71b254

Browse files
authored
Merge pull request #4305 from ashrafnaeem1/patch-1
Part 1a: Add proper punctuation to 'Component' section
2 parents a742710 + 880fba9 commit e71b254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/1/en/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Note that you should not remove the line at the bottom of the component
201201
export default App
202202
```
203203

204-
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.
204+
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.
205205

206206
Did you remember your promise to keep the console open? What was printed out there?
207207

0 commit comments

Comments
 (0)