Skip to content

Commit d268460

Browse files
authored
docs: correct spelling of THROUGHPUT
1 parent d0efde4 commit d268460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Node.js is an open-source server side runtime environment built on Chrome\'s V8
105105

106106
From a web server development perspective Node has a number of benefits:
107107

108-
* Great performance! Node was designed to optimize througput and scalability in web applications and is a good solution for many common web-development problems (e.g. real-time web applications).
108+
* Great performance! Node was designed to optimize throughput and scalability in web applications and is a good solution for many common web-development problems (e.g. real-time web applications).
109109

110110
* Code is written in "plain old JavaScript", which means that less time is spent dealing with "context shift" between languages when you're writing both client-side and server-side code.
111111

0 commit comments

Comments
 (0)