Skip to content

Commit f6e046d

Browse files
authored
Merge pull request #2719 from alexnils/patch-2
Fix English
2 parents 5d480bc + 4751135 commit f6e046d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/0/en/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Writing HTML amid the code is of course not smart, but for old-school PHP progra
118118

119119
In traditional web applications, the browser is "dumb". It only fetches HTML data from the server, and all application logic is on the server. A server can be created using [Java Spring](https://spring.io/projects/spring-framework) , [Python Flask](https://flask.palletsprojects.com/en/2.2.x/) or [Ruby on Rails](http://rubyonrails.org/) to name just a few examples.
120120

121-
The example uses [Express](https://expressjs.com/) library with the Node.js. This course will use Node.js and Express to create web servers.
121+
The example uses [Express](https://expressjs.com/) library with Node.js. This course will use Node.js and Express to create web servers.
122122

123123
### Running application logic in the browser
124124

0 commit comments

Comments
 (0)