Skip to content

Commit ad28fe9

Browse files
committed
fixed typos, added course image
1 parent 53f5015 commit ad28fe9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Full Stack: Angular and Spring Boot
22

3+
[<img src="images/angular-spring-boot-grabber-thumbnail.png" alt="Full Stack: Angular and Spring Boot" width="400" />](https://bit.ly/2C3XMcs)
4+
35
## Angular Installation Guides
46

57
* [Linux](install-angular-tools/linux/install-linux.md)

install-angular-tools/linux/install-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The website for nvm is: https://github.com/nvm-sh/nvm
8282

8383

8484
## Install Node
85-
Node is the the runtime environment for executing JavaScript code from the command-line. By using Node, you can create any time of application using JavaScript including server-side / backend applications.
85+
Node is the the runtime environment for executing JavaScript code from the command-line. By using Node, you can create any type of application using JavaScript including server-side / backend applications.
8686

8787
In this course, we'll use Node to run applications that we develop using TypeScript and Angular.
8888

install-angular-tools/mac/install-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The website for nvm is: https://github.com/nvm-sh/nvm
108108

109109

110110
## Install Node
111-
Node is the the runtime environment for executing JavaScript code from the command-line. By using Node, you can create any time of application using JavaScript including server-side / backend applications.
111+
Node is the the runtime environment for executing JavaScript code from the command-line. By using Node, you can create any type of application using JavaScript including server-side / backend applications.
112112

113113
In this course, we'll use Node to run applications that we develop using TypeScript and Angular.
114114

install-angular-tools/ms-windows/install-ms-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Visual Studio Code is a general purpose IDE that support many programming langua
1919

2020

2121
## Install Node
22-
Node is the the runtime environment for executing JavaScript code from the command-line. By using Node, you can create any time of application using JavaScript including server-side / backend applications.
22+
Node is the the runtime environment for executing JavaScript code from the command-line. By using Node, you can create any type of application using JavaScript including server-side / backend applications.
2323

2424
In this course, we'll use Node to run applications that we develop using TypeScript and Angular.
2525

0 commit comments

Comments
 (0)