Skip to content

Commit 6f05ccd

Browse files
authored
Merge pull request #2472 from Chico-Carneiro/Chico-Carneiro-patch-1
Made 3 really tiny changes
2 parents 1feb107 + 4949bd9 commit 6f05ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/1/en/part1a.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The first rule of frontend web development:
149149

150150
> <i>keep the console open all the time</i>
151151
152-
Let us repeat this together: <i>I promise to keep the console open all the time</i> during this course, and the for the rest of my life when I'm doing web development.
152+
Let us repeat this together: <i>I promise to keep the console open all the time</i> during this course, and for the rest of my life when I'm doing web development.
153153

154154
It is also possible to render dynamic content inside of a component.
155155

@@ -343,7 +343,7 @@ I really hope your console was open. If it was not, remember what you promised:
343343

344344
> <i>I promise to keep the console open all the time during this course, and for the rest of my life when I'm doing web development</i>
345345
346-
Software development is hard. It gets even harder if one is not using all the possible available tools such as the web-console and debug printing with _console.log_. Professionals use both <i>all the time</i> and there is no single reason why a beginner should not adopt the use of these wonderful helper methods that will make the life so much easier.
346+
Software development is hard. It gets even harder if one is not using all the possible available tools such as the web-console and debug printing with _console.log_. Professionals use both <i>all the time</i> and there is no single reason why a beginner should not adopt the use of these wonderful helper methods that will make life so much easier.
347347

348348
### Some notes
349349

@@ -353,7 +353,7 @@ React has been configured to generate quite clear error messages. Despite this,
353353

354354
![screenshot of undefined prop error](../../images/1/2a.png)
355355

356-
As we already mentioned, that when programming with React it is possible and worthwhile to write <em>console.log()</em> commands (which print to the console) within your code.
356+
As we already mentioned, when programming with React, it is possible and worthwhile to write <em>console.log()</em> commands (which print to the console) within your code.
357357

358358
Also, keep in mind that **React component names must be capitalized**. If you try defining a component as follows:
359359

0 commit comments

Comments
 (0)