Skip to content

Commit 779ce05

Browse files
authored
fix typo
1 parent b0c2210 commit 779ce05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ If you clone the project, run the command _npm install_ before starting the appl
467467

468468
### When the Application Breaks
469469

470-
Early in your programming career (and even after 30 years of coding like yours truly), what often happens is that the application just completely breaks down. This is even moreso the case with dynamically typed languages, such as JavaScript, where the compiler does not check the data type. For instance, function variables or return values.
470+
Early in your programming career (and even after 30 years of coding like yours truly), what often happens is that the application just completely breaks down. This is even more so the case with dynamically typed languages, such as JavaScript, where the compiler does not check the data type. For instance, function variables or return values.
471471

472472
A "React explosion" can, for example, look like this:
473473

0 commit comments

Comments
 (0)