Skip to content

Commit 777b748

Browse files
authored
Merge pull request azat-co#44 from user135711/patch-1
typo
2 parents 4d66565 + 9bb7652 commit 777b748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter1/chapter1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Although your operating system (OS) might have Node.js installed on it already,
2525
- *Multiversion setup with Nave*: a must-have for developers contributing to projects that use different Node.js versions
2626
- *Multiversion setup with Node Version Manager* (*NVM*): alternative to Nave (see previous entry)
2727

28-
A note about Long-Term Support (LTS) and non-LTS versions: LTS versions have longer maintenance window. This means that LTS versions will have patches and updates longer than non-LTS versions. Thus LTS versions are recommended for most users and production deployment (not because non-LTS is no proven but simply because LTS has a longer support time).
28+
A note about Long-Term Support (LTS) and non-LTS versions: LTS versions have longer maintenance window. This means that LTS versions will have patches and updates longer than non-LTS versions. Thus LTS versions are recommended for most users and production deployment (not because non-LTS is not proven but simply because LTS has a longer support time).
2929

3030
LTS versions are even number, such as 4, 6, 8, 10, etc. and non-LTS versions are odd numbers. Non-LTS versions have the latest features before they are rolled out to the next LTS version. We would be using LTS version 8.x. For more information and the current release schedule, please see <https://github.com/nodejs/LTS>.
3131

0 commit comments

Comments
 (0)