summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPrayag Verma <prayag.verma@gmail.com>2016-02-01 10:07:08 +0530
committerMichaël Zasso <mic.besace@gmail.com>2016-02-01 08:43:12 +0100
commit3ef5d575f33b0ae9ccd65521f298e2c39b335623 (patch)
treeccb8f0935325789d9a1ecb426b1c10fb10a8baf3 /README.md
parent185f8497e5b7138f2ede5d76e3a25933137cef69 (diff)
downloadnode-new-3ef5d575f33b0ae9ccd65521f298e2c39b335623.tar.gz
doc: fix typo in Readme.md
Spelling mistake - `begining` > `beginning` PR-URL: https://github.com/nodejs/node/pull/5017 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09280af783..dca064189d 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ The Node.js project maintains multiple types of releases:
and security. Every second Stable release line (major version) will become an
LTS line and receive 18 months of _Active LTS_ support and a further 12
months of _Maintenance_. LTS release lines are given alphabetically
- ordered codenames, begining with v4 Argon. LTS releases are less frequent
+ ordered codenames, beginning with v4 Argon. LTS releases are less frequent
and will attempt to maintain consistent major and minor version numbers,
only incrementing patch version numbers. There are no breaking changes or
feature additions, except in some special circumstances. More information